A usage quota resource to update.

Hierarchy

  • UsageQuotaUpdateData

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 to update on a usage quota. Omitting a property leaves its current value unchanged.

id: string

The opaque usage quota identifier, which must match the identifier in the request path.

The JSON:API resource type for a usage quota.

Generated using TypeDoc