Package version:

Interface InputsUpdateOptionalParams

Optional parameters.

interface InputsUpdateOptionalParams {
    ifMatch?: string;
}

Hierarchy

  • unknown
    • InputsUpdateOptionalParams

Properties

Properties

ifMatch?: string

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

Generated using TypeDoc