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."],[[["This webpage details the `ListEntitlementsResponse` class within the `Google.Cloud.Channel.V1` namespace, which is used to represent a response message when listing entitlements through the Cloud Channel Service."],["The latest version available for the `ListEntitlementsResponse` is 2.14.0, and the page lists all the versions from this version all the way back to 1.0.0, providing navigation links for each version's documentation."],["The `ListEntitlementsResponse` class inherits from `Object` and implements several interfaces, including `IPageResponse\u003cEntitlement\u003e`, `IEnumerable\u003cEntitlement\u003e`, and `IMessage`, indicating its role in handling paginated responses and managing lists of entitlements."],["The class has two properties, `Entitlements`, which is a `RepeatedField` containing the reseller customer's entitlements, and `NextPageToken`, a string that enables pagination of the results."],["The class contains multiple methods, including GetEnumerator() which enables enumeration of the contained resources, and has two constructors that allow the creation of a `ListEntitlementsResponse` object."]]],[]]