Class UpdateAppsDatastoreItemRequestDataAttributesItemChanges

Changes to apply to a datastore item using set operations.

Hierarchy

  • UpdateAppsDatastoreItemRequestDataAttributesItemChanges

Constructors

Properties

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
opsSet?: {
    [key: string]: any;
}

Set operation that contains key-value pairs to set on the datastore item.

Type declaration

  • [key: string]: any

Generated using TypeDoc