Class DeleteAppsDatastoreItemRequestDataAttributes

Attributes specifying which datastore item to delete by its primary key.

Hierarchy

  • DeleteAppsDatastoreItemRequestDataAttributes

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

Optional unique identifier of the item to delete.

itemKey: string

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

Generated using TypeDoc