Response schema for the getFixedSlotCapacity operation.

Export

FixedSlotCapacity

interface FixedSlotCapacity {
    capacities?: FixedSlot[];
    nextPageToken?: string;
    resourceId?: string;
    slotDuration?: number;
}

Properties

capacities?: FixedSlot[]

Array of capacity slots in fixed slot format.

Memberof

FixedSlotCapacity

nextPageToken?: string

Next page token, if there are more pages.

Memberof

FixedSlotCapacity

resourceId?: string

Resource Identifier.

Memberof

FixedSlotCapacity

slotDuration?: number

The duration of each slot which is returned. This value will be a multiple of 5 and fall in the following range: 5 <= slotDuration <= 360.

Memberof

FixedSlotCapacity