A token to retrieve the next page of results.
Pass to
[ListCustomersRequest.page_token][google.cloud.channel.v1.ListCustomersRequest.page_token]
to obtain that page.
[[["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 latest version of the Google Cloud Channel v1 API is 2.14.0, while this page focuses on version 2.6.0, and the documentation includes all versions from 1.0.0 to 2.14.0."],["The `ListCustomersResponse` class is part of the Google.Cloud.Channel.V1 namespace, specifically designed for handling responses from the `CloudChannelService.ListCustomers` method."],["`ListCustomersResponse` implements several interfaces, including `IPageResponse\u003cCustomer\u003e`, `IEnumerable\u003cCustomer\u003e`, `IEnumerable`, `IMessage\u003cListCustomersResponse\u003e`, `IEquatable\u003cListCustomersResponse\u003e`, `IDeepCloneable\u003cListCustomersResponse\u003e`, `IBufferMessage`, and `IMessage`, thus allowing for a variety of functionalities."],["The `ListCustomersResponse` class contains two main properties, `Customers`, which holds the list of customers, and `NextPageToken`, which is used for paginating through multiple results."],["The `GetEnumerator()` method of the `ListCustomersResponse` allows for iteration through the customer resources contained in the response."]]],[]]