Class: Google::Apis::CloudchannelV1::GoogleCloudChannelV1ListPurchasableSkusResponse
- Inherits:
-
Object
- Object
- Google::Apis::CloudchannelV1::GoogleCloudChannelV1ListPurchasableSkusResponse
- 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 ListPurchasableSkus.
Instance Attribute Summary collapse
-
#next_page_token ⇒ String
A token to retrieve the next page of results.
-
#purchasable_skus ⇒ Array<Google::Apis::CloudchannelV1::GoogleCloudChannelV1PurchasableSku>
The list of SKUs requested.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudChannelV1ListPurchasableSkusResponse
constructor
A new instance of GoogleCloudChannelV1ListPurchasableSkusResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudChannelV1ListPurchasableSkusResponse
Returns a new instance of GoogleCloudChannelV1ListPurchasableSkusResponse.
1061 1062 1063 |
# File 'lib/google/apis/cloudchannel_v1/classes.rb', line 1061 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
1054 1055 1056 |
# File 'lib/google/apis/cloudchannel_v1/classes.rb', line 1054 def next_page_token @next_page_token end |
#purchasable_skus ⇒ Array<Google::Apis::CloudchannelV1::GoogleCloudChannelV1PurchasableSku>
The list of SKUs requested.
Corresponds to the JSON property purchasableSkus
1059 1060 1061 |
# File 'lib/google/apis/cloudchannel_v1/classes.rb', line 1059 def purchasable_skus @purchasable_skus end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1066 1067 1068 1069 |
# File 'lib/google/apis/cloudchannel_v1/classes.rb', line 1066 def update!(**args) @next_page_token = args[:next_page_token] if args.key?(:next_page_token) @purchasable_skus = args[:purchasable_skus] if args.key?(:purchasable_skus) end |