Class: Google::Cloud::Channel::V1::ListProductsResponse

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 ListProducts.

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.



787
788
789
790
# File 'proto_docs/google/cloud/channel/v1/service.rb', line 787

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

#products::Array<::Google::Cloud::Channel::V1::Product>

Returns List of Products requested.

Returns:



787
788
789
790
# File 'proto_docs/google/cloud/channel/v1/service.rb', line 787

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