Class: Google::Apis::CloudchannelV1::GoogleCloudChannelV1ListSkusResponse
- Inherits:
-
Object
- Object
- Google::Apis::CloudchannelV1::GoogleCloudChannelV1ListSkusResponse
- 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 ListSkus.
Instance Attribute Summary collapse
-
#next_page_token ⇒ String
A token to retrieve the next page of results.
-
#skus ⇒ Array<Google::Apis::CloudchannelV1::GoogleCloudChannelV1Sku>
The list of SKUs requested.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudChannelV1ListSkusResponse
constructor
A new instance of GoogleCloudChannelV1ListSkusResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudChannelV1ListSkusResponse
Returns a new instance of GoogleCloudChannelV1ListSkusResponse.
1511 1512 1513 |
# File 'lib/google/apis/cloudchannel_v1/classes.rb', line 1511 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
1504 1505 1506 |
# File 'lib/google/apis/cloudchannel_v1/classes.rb', line 1504 def next_page_token @next_page_token end |
#skus ⇒ Array<Google::Apis::CloudchannelV1::GoogleCloudChannelV1Sku>
The list of SKUs requested.
Corresponds to the JSON property skus
1509 1510 1511 |
# File 'lib/google/apis/cloudchannel_v1/classes.rb', line 1509 def skus @skus end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1516 1517 1518 1519 |
# File 'lib/google/apis/cloudchannel_v1/classes.rb', line 1516 def update!(**args) @next_page_token = args[:next_page_token] if args.key?(:next_page_token) @skus = args[:skus] if args.key?(:skus) end |