Reference documentation and code samples for the Google Cloud Channel V1 Client class ListTransferableOffersResponse.
Response message for CloudChannelService.ListTransferableOffers .
Generated from protobuf message google.cloud.channel.v1.ListTransferableOffersResponse
Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ transferable_offers
array< Google\Cloud\Channel\V1\TransferableOffer
>
Information about Offers for a customer that can be used for transfer.
↳ next_page_token
string
A token to retrieve the next page of results. Pass to ListTransferableOffersRequest.page_token to obtain that page.
getTransferableOffers
Information about Offers for a customer that can be used for transfer.
Generated from protobuf field repeated .google.cloud.channel.v1.TransferableOffer transferable_offers = 1;
Google\Protobuf\Internal\RepeatedField
setTransferableOffers
Information about Offers for a customer that can be used for transfer.
Generated from protobuf field repeated .google.cloud.channel.v1.TransferableOffer transferable_offers = 1;
$this
getNextPageToken
A token to retrieve the next page of results.
Pass to ListTransferableOffersRequest.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 ListTransferableOffersRequest.page_token to obtain that page.
Generated from protobuf field string next_page_token = 2;
var
string
$this