Package version:

Interface UsageResult

Usages entity model

interface UsageResult {
    currentValue?: number;
    id?: string;
    limit?: number;
    name?: UsageName;
    unit?: string;
}

Properties

currentValue?: number

The current usage value for the subscription. NOTE: This property will not be serialized. It can only be populated by the server.

id?: string

The id of the usage. NOTE: This property will not be serialized. It can only be populated by the server.

limit?: number

The limit of the usage. NOTE: This property will not be serialized. It can only be populated by the server.

name?: UsageName

The name of the usage. NOTE: This property will not be serialized. It can only be populated by the server.

unit?: string

The unit of the usage. NOTE: This property will not be serialized. It can only be populated by the server.