Response schema for the getRangeSlotCapacity operation.

Export

RangeSlotCapacity

interface RangeSlotCapacity {
    capacities?: RangeCapacity[];
    nextPageToken?: string;
    resourceId?: string;
}

Properties

capacities?: RangeCapacity[]

Array of range capacities where each entry is for a specific capacity type.

Memberof

RangeSlotCapacity

nextPageToken?: string

Next page token, if there are more pages.

Memberof

RangeSlotCapacity

resourceId?: string

Resource Identifier.

Memberof

RangeSlotCapacity