Class: Google::Cloud::Channel::V1::ListCustomersResponse

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 CloudChannelService.ListCustomers.

Instance Attribute Summary collapse

Instance Attribute Details

#customers::Array<::Google::Cloud::Channel::V1::Customer>

Returns The customers belonging to a reseller or distributor.

Returns:



112
113
114
115
# File 'proto_docs/google/cloud/channel/v1/service.rb', line 112

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

#next_page_token::String

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

Returns:



112
113
114
115
# File 'proto_docs/google/cloud/channel/v1/service.rb', line 112

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