Request parameters for getRangeSlotCapacity operation in ServiceApi.

Export

ServiceApiGetRangeSlotCapacityRequest

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

Properties

Request body.

Memberof

ServiceApiGetRangeSlotCapacity

marketplaceIds: string[]

An identifier for the marketplace in which the resource operates.

Memberof

ServiceApiGetRangeSlotCapacity

nextPageToken?: string

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

Memberof

ServiceApiGetRangeSlotCapacity

resourceId: string

Resource Identifier.

Memberof

ServiceApiGetRangeSlotCapacity