Class BulkDeleteAppsDatastoreItemsRequestDataAttributes

Attributes of request data to delete items from a datastore.

Hierarchy

  • BulkDeleteAppsDatastoreItemsRequestDataAttributes

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
itemKeys?: string[]

List of primary keys identifying items to delete from datastore. Up to 100 items can be deleted in a single request.

Generated using TypeDoc