Reference documentation and code samples for the Google Cloud Channel V1 Client class ListTransferableSkusResponse.
Response message for CloudChannelService.ListTransferableSkus .
Generated from protobuf message google.cloud.channel.v1.ListTransferableSkusResponse
Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ transferable_skus
array< Google\Cloud\Channel\V1\TransferableSku
>
Information about existing SKUs for a customer that needs a transfer.
↳ next_page_token
string
A token to retrieve the next page of results. Pass to ListTransferableSkusRequest.page_token to obtain that page.
getTransferableSkus
Information about existing SKUs for a customer that needs a transfer.
Generated from protobuf field repeated .google.cloud.channel.v1.TransferableSku transferable_skus = 1;
Google\Protobuf\Internal\RepeatedField
setTransferableSkus
Information about existing SKUs for a customer that needs a transfer.
Generated from protobuf field repeated .google.cloud.channel.v1.TransferableSku transferable_skus = 1;
$this
getNextPageToken
A token to retrieve the next page of results.
Pass to ListTransferableSkusRequest.page_token to obtain that page.
Generated from protobuf field string next_page_token = 2;
string
setNextPageToken
A token to retrieve the next page of results.
Pass to ListTransferableSkusRequest.page_token to obtain that page.
Generated from protobuf field string next_page_token = 2;
var
string
$this