Class: Google::Cloud::Channel::V1::ListPurchasableOffersResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Channel::V1::ListPurchasableOffersResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/channel/v1/service.rb
Overview
Response message for ListPurchasableOffers.
Instance Attribute Summary collapse
-
#next_page_token ⇒ ::String
A token to retrieve the next page of results.
-
#purchasable_offers ⇒ ::Array<::Google::Cloud::Channel::V1::PurchasableOffer>
The list of Offers requested.
Instance Attribute Details
#next_page_token ⇒ ::String
Returns A token to retrieve the next page of results.
1458 1459 1460 1461 |
# File 'proto_docs/google/cloud/channel/v1/service.rb', line 1458 class ListPurchasableOffersResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#purchasable_offers ⇒ ::Array<::Google::Cloud::Channel::V1::PurchasableOffer>
Returns The list of Offers requested.
1458 1459 1460 1461 |
# File 'proto_docs/google/cloud/channel/v1/service.rb', line 1458 class ListPurchasableOffersResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |