A JSON:API bulk request containing an array of usage quota resources rather than a single resource.

Hierarchy

  • UsageQuotasCreateRequest

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

A bulk list of usage quota resources to create or update by scope.

Generated using TypeDoc