Request parameters for getRangeSlotCapacity operation in ServiceApi.

ServiceApiGetRangeSlotCapacityRequest

interface ServiceApiGetRangeSlotCapacityRequest {
    body: RangeSlotCapacityQuery;
    marketplaceIds: string[];
    nextPageToken?: string;
    resourceId: string;
}

Properties

Request body.

ServiceApiGetRangeSlotCapacity

marketplaceIds: string[]

An identifier for the marketplace in which the resource operates.

ServiceApiGetRangeSlotCapacity

nextPageToken?: string

Next page token returned in the response of your previous request.

ServiceApiGetRangeSlotCapacity

resourceId: string

Resource Identifier.

ServiceApiGetRangeSlotCapacity