The result of writing one usage quota in a bulk create-or-update request.

Hierarchy

  • UsageQuotaBulkResultData

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

Attributes of a usage quota bulk write result. On success, all fields except error are present. On failure, only error is present and the other fields are omitted.

id: string

An opaque usage quota identifier. Clients must pass this value back verbatim in update and delete requests and must not infer any structure from it.

The JSON:API resource type for a usage quota.

Generated using TypeDoc