Class: Google::Cloud::Channel::V1::ListTransferableOffersResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Channel::V1::ListTransferableOffersResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/channel/v1/service.rb
Overview
Response message for CloudChannelService.ListTransferableOffers.
Instance Attribute Summary collapse
-
#next_page_token ⇒ ::String
A token to retrieve the next page of results.
-
#transferable_offers ⇒ ::Array<::Google::Cloud::Channel::V1::TransferableOffer>
Information about Offers for a customer that can be used for transfer.
Instance Attribute Details
#next_page_token ⇒ ::String
Returns A token to retrieve the next page of results. Pass to ListTransferableOffersRequest.page_token to obtain that page.
402 403 404 405 |
# File 'proto_docs/google/cloud/channel/v1/service.rb', line 402 class ListTransferableOffersResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#transferable_offers ⇒ ::Array<::Google::Cloud::Channel::V1::TransferableOffer>
Returns Information about Offers for a customer that can be used for transfer.
402 403 404 405 |
# File 'proto_docs/google/cloud/channel/v1/service.rb', line 402 class ListTransferableOffersResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |