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