Reference documentation and code samples for the Cloud Channel V1 API class Google::Cloud::Channel::V1::ListCustomersResponse.
Response message for CloudChannelService.ListCustomers.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#customers
def customers() -> ::Array<::Google::Cloud::Channel::V1::Customer>
Returns
- (::Array<::Google::Cloud::Channel::V1::Customer>) — The customers belonging to a reseller or distributor.
#customers=
def customers=(value) -> ::Array<::Google::Cloud::Channel::V1::Customer>
Parameter
- value (::Array<::Google::Cloud::Channel::V1::Customer>) — The customers belonging to a reseller or distributor.
Returns
- (::Array<::Google::Cloud::Channel::V1::Customer>) — The customers belonging to a reseller or distributor.
#next_page_token
def next_page_token() -> ::String
Returns
- (::String) — A token to retrieve the next page of results. Pass to ListCustomersRequest.page_token to obtain that page.
#next_page_token=
def next_page_token=(value) -> ::String
Parameter
- value (::String) — A token to retrieve the next page of results. Pass to ListCustomersRequest.page_token to obtain that page.
Returns
- (::String) — A token to retrieve the next page of results. Pass to ListCustomersRequest.page_token to obtain that page.