Class: Google::Apis::CloudchannelV1::GoogleCloudChannelV1ListPurchasableOffersResponse
- Inherits:
-
Object
- Object
- Google::Apis::CloudchannelV1::GoogleCloudChannelV1ListPurchasableOffersResponse
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/cloudchannel_v1/classes.rb,
lib/google/apis/cloudchannel_v1/representations.rb,
lib/google/apis/cloudchannel_v1/representations.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::Apis::CloudchannelV1::GoogleCloudChannelV1PurchasableOffer>
The list of Offers requested.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudChannelV1ListPurchasableOffersResponse
constructor
A new instance of GoogleCloudChannelV1ListPurchasableOffersResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudChannelV1ListPurchasableOffersResponse
Returns a new instance of GoogleCloudChannelV1ListPurchasableOffersResponse.
1435 1436 1437 |
# File 'lib/google/apis/cloudchannel_v1/classes.rb', line 1435 def initialize(**args) update!(**args) end |
Instance Attribute Details
#next_page_token ⇒ String
A token to retrieve the next page of results.
Corresponds to the JSON property nextPageToken
1428 1429 1430 |
# File 'lib/google/apis/cloudchannel_v1/classes.rb', line 1428 def next_page_token @next_page_token end |
#purchasable_offers ⇒ Array<Google::Apis::CloudchannelV1::GoogleCloudChannelV1PurchasableOffer>
The list of Offers requested.
Corresponds to the JSON property purchasableOffers
1433 1434 1435 |
# File 'lib/google/apis/cloudchannel_v1/classes.rb', line 1433 def purchasable_offers @purchasable_offers end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1440 1441 1442 1443 |
# File 'lib/google/apis/cloudchannel_v1/classes.rb', line 1440 def update!(**args) @next_page_token = args[:next_page_token] if args.key?(:next_page_token) @purchasable_offers = args[:purchasable_offers] if args.key?(:purchasable_offers) end |