Package version:

Interface OutputsUpdateOptionalParams

Optional parameters.

interface OutputsUpdateOptionalParams {
    ifMatch?: string;
}

Hierarchy

  • unknown
    • OutputsUpdateOptionalParams

Properties

Properties

ifMatch?: string

The ETag of the output. Omit this value to always overwrite the current output. Specify the last-seen ETag value to prevent accidentally overwriting concurrent changes.

Generated using TypeDoc