Class UpdateAppsDatastoreItemRequestDataAttributes

Attributes for updating a datastore item, including the item key and changes to apply.

Hierarchy

  • UpdateAppsDatastoreItemRequestDataAttributes

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
id?: string

The unique identifier of the item being updated.

Changes to apply to a datastore item using set operations.

itemKey: string

The primary key that identifies the item to update. Cannot exceed 256 characters.

Generated using TypeDoc