Package version:

Interface TransformationsUpdateOptionalParams

Optional parameters.

interface TransformationsUpdateOptionalParams {
    ifMatch?: string;
}

Hierarchy

  • unknown
    • TransformationsUpdateOptionalParams

Properties

Properties

ifMatch?: string

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

Generated using TypeDoc