Class: Google::Apis::CloudchannelV1::GoogleCloudChannelV1ListTransferableSkusResponse
- Inherits:
-
Object
- Object
- Google::Apis::CloudchannelV1::GoogleCloudChannelV1ListTransferableSkusResponse
- 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 CloudChannelService.ListTransferableSkus.
Instance Attribute Summary collapse
-
#next_page_token ⇒ String
A token to retrieve the next page of results.
-
#transferable_skus ⇒ Array<Google::Apis::CloudchannelV1::GoogleCloudChannelV1TransferableSku>
Information about existing SKUs for a customer that needs a transfer.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudChannelV1ListTransferableSkusResponse
constructor
A new instance of GoogleCloudChannelV1ListTransferableSkusResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudChannelV1ListTransferableSkusResponse
Returns a new instance of GoogleCloudChannelV1ListTransferableSkusResponse.
1473 1474 1475 |
# File 'lib/google/apis/cloudchannel_v1/classes.rb', line 1473 def initialize(**args) update!(**args) end |
Instance Attribute Details
#next_page_token ⇒ String
A token to retrieve the next page of results. Pass to
ListTransferableSkusRequest.page_token to obtain that page.
Corresponds to the JSON property nextPageToken
1466 1467 1468 |
# File 'lib/google/apis/cloudchannel_v1/classes.rb', line 1466 def next_page_token @next_page_token end |
#transferable_skus ⇒ Array<Google::Apis::CloudchannelV1::GoogleCloudChannelV1TransferableSku>
Information about existing SKUs for a customer that needs a transfer.
Corresponds to the JSON property transferableSkus
1471 1472 1473 |
# File 'lib/google/apis/cloudchannel_v1/classes.rb', line 1471 def transferable_skus @transferable_skus end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1478 1479 1480 1481 |
# File 'lib/google/apis/cloudchannel_v1/classes.rb', line 1478 def update!(**args) @next_page_token = args[:next_page_token] if args.key?(:next_page_token) @transferable_skus = args[:transferable_skus] if args.key?(:transferable_skus) end |