Class: Google::Cloud::Channel::V1::ListTransferableSkusResponse

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/channel/v1/service.rb

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#next_page_token::String

Returns A token to retrieve the next page of results. Pass to ListTransferableSkusRequest.page_token to obtain that page.

Returns:



324
325
326
327
# File 'proto_docs/google/cloud/channel/v1/service.rb', line 324

class ListTransferableSkusResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#transferable_skus::Array<::Google::Cloud::Channel::V1::TransferableSku>

Returns Information about existing SKUs for a customer that needs a transfer.

Returns:



324
325
326
327
# File 'proto_docs/google/cloud/channel/v1/service.rb', line 324

class ListTransferableSkusResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end