Reference documentation and code samples for the Google Cloud Channel V1 Client class ListCustomersResponse.
Response message for CloudChannelService.ListCustomers .
Generated from protobuf message google.cloud.channel.v1.ListCustomersResponse
Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ customers
↳ next_page_token
string
A token to retrieve the next page of results. Pass to ListCustomersRequest.page_token to obtain that page.
getCustomers
The customers belonging to a reseller or distributor.
Generated from protobuf field repeated .google.cloud.channel.v1.Customer customers = 1;
Google\Protobuf\Internal\RepeatedField
setCustomers
The customers belonging to a reseller or distributor.
Generated from protobuf field repeated .google.cloud.channel.v1.Customer customers = 1;
$this
getNextPageToken
A token to retrieve the next page of results.
Pass to ListCustomersRequest.page_token to obtain that page.
Generated from protobuf field string next_page_token = 2;
string
setNextPageToken
A token to retrieve the next page of results.
Pass to ListCustomersRequest.page_token to obtain that page.
Generated from protobuf field string next_page_token = 2;
var
string
$this