A token to list the next page of results.
Pass to [ListEntitlementsRequest.page_token][google.cloud.channel.v1.ListEntitlementsRequest.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 page details the `ListEntitlementsResponse` class within the `Google.Cloud.Channel.V1` namespace, representing the response message for the `CloudChannelService.ListEntitlements` method, across different versions."],["The latest version available is 2.14.0, and the documentation provides access to versions all the way back to 1.0.0, offering a range of implementations."],["The `ListEntitlementsResponse` class implements several interfaces, including `IPageResponse\u003cEntitlement\u003e`, `IEnumerable\u003cEntitlement\u003e`, `IEnumerable`, `IMessage\u003cListEntitlementsResponse\u003e`, `IEquatable\u003cListEntitlementsResponse\u003e`, `IDeepCloneable\u003cListEntitlementsResponse\u003e`, `IBufferMessage`, and `IMessage`."],["The class includes properties such as `Entitlements`, which is a `RepeatedField\u003cEntitlement\u003e` representing the reseller customer's entitlements, and `NextPageToken`, a string used to retrieve the next page of results."],["Methods within the class, such as `GetEnumerator()`, allow for iterating through the entitlements in the response, and it has two constructors, one empty, and another that accepts a `ListEntitlementsResponse` as a parameter."]]],[]]