Optional. The maximum number of customers to return. The service may return fewer
than this value. If unspecified, returns at most 10 customers. The
maximum value is 50.
Optional. A token identifying a page of results other than the first page.
Obtained through
[ListCustomersResponse.next_page_token][google.cloud.channel.v1.ListCustomersResponse.next_page_token] of the previous
[CloudChannelService.ListCustomers][google.cloud.channel.v1.CloudChannelService.ListCustomers] call.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This webpage details the `ListCustomersRequest` class, which is used to request a list of customers from the Cloud Channel Service."],["The latest version of `ListCustomersRequest` is 2.14.0, and it has multiple previous versions available, including 2.13.0, 2.12.0 and so on, all the way back to version 1.0.0."],["`ListCustomersRequest` inherits from `Object` and implements interfaces such as `IPageRequest`, `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and `IMessage`."],["The class includes properties like `PageSize` to specify the maximum number of customers to return, `PageToken` for paginated results, and `Parent` to identify the reseller account from which to list customers."],["The `ListCustomersRequest` has two constructors, a default one and another that takes a `ListCustomersRequest` as a parameter."]]],[]]