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 serves as the response message for the `ListPolicies` operation."],["This class implements various interfaces, including `IPageResponse\u003cPolicy\u003e`, `IEnumerable\u003cPolicy\u003e`, `IEnumerable`, `IMessage\u003cListPoliciesResponse\u003e`, `IEquatable\u003cListPoliciesResponse\u003e`, `IDeepCloneable\u003cListPoliciesResponse\u003e`, `IBufferMessage`, and `IMessage`, allowing for flexible interaction and data handling."],["The `ListPoliciesResponse` class includes properties such as `NextPageToken`, which facilitates pagination, and `Policies`, which contains a collection of `Policy` objects attached to a given resource."],["The class features two constructors: a default constructor and another that accepts an existing `ListPoliciesResponse` object for copying, providing flexibility in object instantiation."],["The `GetEnumerator` method enables iteration over the `Policy` resources within the response."]]],[]]