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 page details the `EnumValue` class within the `Google.Cloud.ResourceSettings.V1` namespace, which is designed to represent enum type setting values, each with a numerical representation."],["`EnumValue` class is part of the `Google.Cloud.ResourceSettings.V1.dll` assembly, and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `EnumValue` class inherits from the base `Object` class and includes inherited methods like `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."],["The class has a constructor `EnumValue()` for creating instances, along with another constructor that accepts another `EnumValue` as a parameter to help in its construction."],["The `EnumValue` class has a `Value` property, which is of type `String`, and is used to get or set the string representation of the enum's value."]]],[]]