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-04-01 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 implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["The `EnumValue` class has two constructors: a default constructor `EnumValue()` and another `EnumValue(Value.Types.EnumValue other)` which takes another instance of `EnumValue` as an argument."],["The `EnumValue` class has a single property named `Value` of type `string`, used to store the string value of the represented enum."],["The page displays the various versions of the class, from version 1.0.0 to the latest version 2.5.0."]]],[]]