Package version:

Interface RecordSetsUpdateOptionalParams

Optional parameters.

interface RecordSetsUpdateOptionalParams {
    ifMatch?: string;
}

Hierarchy

  • unknown
    • RecordSetsUpdateOptionalParams

Properties

Properties

ifMatch?: string

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