Class: Google::Cloud::Channel::V1::ListCustomersResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Channel::V1::ListCustomersResponse
- 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
-
#customers ⇒ ::Array<::Google::Cloud::Channel::V1::Customer>
The customers belonging to a reseller or distributor.
-
#next_page_token ⇒ ::String
A token to retrieve the next page of results.
Instance Attribute Details
#customers ⇒ ::Array<::Google::Cloud::Channel::V1::Customer>
Returns The customers belonging to a reseller or distributor.
125 126 127 128 |
# File 'proto_docs/google/cloud/channel/v1/service.rb', line 125 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.
125 126 127 128 |
# File 'proto_docs/google/cloud/channel/v1/service.rb', line 125 class ListCustomersResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |