Request parameters for getSupplySources operation in SupplySourcesApi.

SupplySourcesApiGetSupplySourcesRequest

interface SupplySourcesApiGetSupplySourcesRequest {
    nextPageToken?: string;
    pageSize?: number;
}

Properties

nextPageToken?: string

The pagination token to retrieve a specific page of results.

SupplySourcesApiGetSupplySources

pageSize?: number

The number of supply sources to return per paginated request.

SupplySourcesApiGetSupplySources