Reference documentation and code samples for the Cloud Channel V1 API class Google::Cloud::Channel::V1::ListTransferableOffersResponse.
Response message for CloudChannelService.ListTransferableOffers.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#next_page_token
def next_page_token() -> ::String
Returns
- (::String) — A token to retrieve the next page of results. Pass to ListTransferableOffersRequest.page_token to obtain that page.
#next_page_token=
def next_page_token=(value) -> ::String
Parameter
- value (::String) — A token to retrieve the next page of results. Pass to ListTransferableOffersRequest.page_token to obtain that page.
Returns
- (::String) — A token to retrieve the next page of results. Pass to ListTransferableOffersRequest.page_token to obtain that page.
#transferable_offers
def transferable_offers() -> ::Array<::Google::Cloud::Channel::V1::TransferableOffer>
Returns
- (::Array<::Google::Cloud::Channel::V1::TransferableOffer>) — Information about Offers for a customer that can be used for transfer.
#transferable_offers=
def transferable_offers=(value) -> ::Array<::Google::Cloud::Channel::V1::TransferableOffer>
Parameter
- value (::Array<::Google::Cloud::Channel::V1::TransferableOffer>) — Information about Offers for a customer that can be used for transfer.
Returns
- (::Array<::Google::Cloud::Channel::V1::TransferableOffer>) — Information about Offers for a customer that can be used for transfer.