Request parameters for getFixedSlotCapacity operation in ServiceApi.

Export

ServiceApiGetFixedSlotCapacityRequest

interface ServiceApiGetFixedSlotCapacityRequest {
    body: FixedSlotCapacityQuery;
    marketplaceIds: string[];
    nextPageToken?: string;
    resourceId: string;
}

Properties

Request body.

Memberof

ServiceApiGetFixedSlotCapacity

marketplaceIds: string[]

An identifier for the marketplace in which the resource operates.

Memberof

ServiceApiGetFixedSlotCapacity

nextPageToken?: string

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

Memberof

ServiceApiGetFixedSlotCapacity

resourceId: string

Resource Identifier.

Memberof

ServiceApiGetFixedSlotCapacity