[[["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-04-17 UTC."],[[["The `ListPolicyTagsResponse` class is a response message for the `ListPolicyTags` operation within the Google Cloud Data Catalog v1 API, used for retrieving a list of policy tags."],["This class implements various interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, `IBufferMessage`, `IPageResponse`, and `IEnumerable`, offering functionalities such as message handling, equality checks, deep cloning, buffered message processing, and iteration."],["The `ListPolicyTagsResponse` class contains two key properties: `NextPageToken`, a string for pagination, and `PolicyTags`, a `RepeatedField` of `PolicyTag` objects representing the actual policy tags retrieved."],["There are several versions of this class available, ranging from 1.2.0 to 2.14.0, with 2.14.0 being the latest, all associated to `Google.Cloud.DataCatalog.V1`."],["The class can be constructed using either the default constructor `ListPolicyTagsResponse()` or by using an existing instance of `ListPolicyTagsResponse` in the `ListPolicyTagsResponse(ListPolicyTagsResponse other)` constructor."]]],[]]