ListCustomersRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Request message for CloudChannelService.ListCustomers
Attributes
Name | Description |
parent |
str
Required. The resource name of the reseller account from which to list customers. The parent takes the format: accounts/{account_id}. |
page_size |
int
Optional. The maximum number of customers to return. The service may return fewer than this value. If unspecified, at most 10 customers will be returned. The maximum value is 50; values about 50 will be coerced to 50. |
page_token |
str
Optional. A token identifying a page of results, if other than the first one. Typically obtained via ListCustomersResponse.next_page_token of the previous CloudChannelService.ListCustomers call. |