class Google::Apis::CloudchannelV1::GoogleCloudChannelV1ListTransferableSkusResponse
Response message for CloudChannelService.ListTransferableSkus.
Attributes
next_page_token[RW]
A token to retrieve the next page of results. Pass to ListTransferableSkusRequest.page_token to obtain that page. Corresponds to the JSON property `nextPageToken` @return [String]
transferable_skus[RW]
Information about existing SKUs for a customer that needs a transfer. Corresponds to the JSON property `transferableSkus` @return [Array<Google::Apis::CloudchannelV1::GoogleCloudChannelV1TransferableSku>]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/cloudchannel_v1/classes.rb, line 1344 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/cloudchannel_v1/classes.rb, line 1349 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