public sealed class EnumValue : IMessage<Value.Types.EnumValue>, IEquatable<Value.Types.EnumValue>, IDeepCloneable<Value.Types.EnumValue>, IBufferMessage, IMessage
A enum value that can hold any enum type setting values.
Each enum type is represented by a number, this representation
is stored in the definitions.
[[["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 `EnumValue` class represents an enum type setting value, where each enum type is represented by a number."],["This class, found in the `Google.Cloud.ResourceSettings.V1` namespace, has versions ranging from 1.0.0 to 2.5.0, with 2.5.0 being the latest."],["It inherits from `Object` and implements `IMessage\u003cValue.Types.EnumValue\u003e`, `IEquatable\u003cValue.Types.EnumValue\u003e`, `IDeepCloneable\u003cValue.Types.EnumValue\u003e`, `IBufferMessage`, and `IMessage`."],["The class offers two constructors: a default `EnumValue()` and one that takes another `EnumValue` object as a parameter to copy its attributes."],["The primary property is `Value`, a string type that holds the actual value of the enum."]]],[]]