ListCustomersResponse

Response message for CloudChannelService.ListCustomers.

JSON representation
{
  "customers": [
    {
      object (Customer)
    }
  ],
  "nextPageToken": string
}
Fields
customers[]

object (Customer)

The customers belonging to a reseller or distributor.

nextPageToken

string

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