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 `ListCustomersResponse` class is used as the response message for the `CloudChannelService.ListCustomers` method in the Google Cloud Channel API."],["This class implements several interfaces, including `IPageResponse\u003cCustomer\u003e`, `IEnumerable\u003cCustomer\u003e`, `IEnumerable`, `IMessage\u003cListCustomersResponse\u003e`, `IEquatable\u003cListCustomersResponse\u003e`, `IDeepCloneable\u003cListCustomersResponse\u003e`, `IBufferMessage`, and `IMessage`, showcasing its extensive capabilities and integration within the .NET framework."],["The `Customers` property of `ListCustomersResponse` contains a `RepeatedField\u003cCustomer\u003e` that represents the collection of customers retrieved from the API, while `NextPageToken` is a string used for pagination."],["The `ListCustomersResponse` class offers two constructors, one parameterless and the other accepting another `ListCustomersResponse` object, facilitating flexible instantiation."],["There is a history of many versions, including the latest 2.14.0 version, as well as a plethora of previous versions ranging from 1.0.0 to 2.13.0 for the Google.Cloud.Channel.V1 API, suggesting continuous development."]]],[]]