Class: Google::Apis::CloudchannelV1::GoogleCloudChannelV1ListTransferableSkusResponse

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudChannelV1ListTransferableSkusResponse

Returns a new instance of GoogleCloudChannelV1ListTransferableSkusResponse.



1286
1287
1288
# File 'lib/google/apis/cloudchannel_v1/classes.rb', line 1286

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#next_page_tokenString

A token to retrieve the next page of results. Pass to ListTransferableSkusRequest.page_token to obtain that page. Corresponds to the JSON property nextPageToken

Returns:

  • (String)


1279
1280
1281
# File 'lib/google/apis/cloudchannel_v1/classes.rb', line 1279

def next_page_token
  @next_page_token
end

#transferable_skusArray<Google::Apis::CloudchannelV1::GoogleCloudChannelV1TransferableSku>

Information about existing SKUs for a customer that needs a transfer. Corresponds to the JSON property transferableSkus



1284
1285
1286
# File 'lib/google/apis/cloudchannel_v1/classes.rb', line 1284

def transferable_skus
  @transferable_skus
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1291
1292
1293
1294
# File 'lib/google/apis/cloudchannel_v1/classes.rb', line 1291

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