Package version:

Interface FactoriesCreateOrUpdateOptionalParams

Optional parameters.

interface FactoriesCreateOrUpdateOptionalParams {
    ifMatch?: string;
}

Hierarchy

  • unknown
    • FactoriesCreateOrUpdateOptionalParams

Properties

Properties

ifMatch?: string

ETag of the factory entity. Should only be specified for update, for which it should match existing entity or can be * for unconditional update.