Class: Google::Cloud::Channel::V1::ListSkusResponse

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

Overview

Response message for ListSkus.

Instance Attribute Summary collapse

Instance Attribute Details

#next_page_token::String

Returns A token to retrieve the next page of results.

Returns:

  • (::String)

    A token to retrieve the next page of results.



1224
1225
1226
1227
# File 'proto_docs/google/cloud/channel/v1/service.rb', line 1224

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

#skus::Array<::Google::Cloud::Channel::V1::Sku>

Returns The list of SKUs requested.

Returns:



1224
1225
1226
1227
# File 'proto_docs/google/cloud/channel/v1/service.rb', line 1224

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