public sealed class SerializedPolicyTag : IMessage<SerializedPolicyTag>, IEquatable<SerializedPolicyTag>, IDeepCloneable<SerializedPolicyTag>, IBufferMessage, IMessage
A nested protocol buffer that represents a policy tag and all its
descendants.
[[["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-25 UTC."],[[["The latest version available for `SerializedPolicyTag` is 2.14.0, with several prior versions also accessible, going as far back as version 1.2.0."],["`SerializedPolicyTag` is a nested protocol buffer representing a policy tag and all its descendants, inheriting from `Object` and implementing several interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable`."],["This class allows for the representation of child policy tags through the `ChildPolicyTags` property, which is of type `RepeatedField\u003cSerializedPolicyTag\u003e`."],["The `SerializedPolicyTag` class includes properties for `Description` and `DisplayName`, which allow setting the descriptive information of the tag with length constraints, as well as `PolicyTag`, which represents the resource name of the policy tag."],["There are two constructors for creating instances of `SerializedPolicyTag`: one default and another that takes an existing `SerializedPolicyTag` as a parameter."]]],[]]