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."],[[["The webpage documents the `ListCustomersRequest` class within the `Google.Cloud.Channel.V1` namespace, part of the .NET library for Google Cloud Channel."],["This class is a request message used to retrieve a list of customers via the `CloudChannelService.ListCustomers` method."],["There are numerous versions of `ListCustomersRequest` listed, with `2.14.0` being the most current one and listed under latest, and the earliest listed being `1.0.0`."],["`ListCustomersRequest` inherits from `Object` and implements multiple interfaces, including `IPageRequest`, `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `ListCustomersRequest` class includes properties such as `PageSize`, `PageToken`, and `Parent`, which control pagination, continuation, and the reseller account for the request, respectively."]]],[]]