A page token that you can use in a [ListPoliciesRequest][google.iam.v2.ListPoliciesRequest] to retrieve the
next page. If this field is omitted, there are no additional pages.
[[["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 `ListPoliciesResponse` class is part of the Google Cloud Identity and Access Management (IAM) v2 API, and it represents the response message for the `ListPolicies` operation."],["This class is implemented to use the .NET interfaces `IPageResponse\u003cPolicy\u003e`, `IEnumerable\u003cPolicy\u003e`, `IEnumerable`, `IMessage\u003cListPoliciesResponse\u003e`, `IEquatable\u003cListPoliciesResponse\u003e`, `IDeepCloneable\u003cListPoliciesResponse\u003e`, `IBufferMessage` and `IMessage`."],["The `ListPoliciesResponse` class contains properties `NextPageToken` (a string for pagination) and `Policies` (a `RepeatedField\u003cPolicy\u003e` for the retrieved policies)."],["This response object also has the capability to iterate through the `Policy` resources within it using the `GetEnumerator()` method."],["The latest version available for this particular class is version 1.3.0, and older versions 1.2.0, 1.1.0 and 1.0.0 are also provided."]]],[]]