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, part of the `Google.Cloud.ResourceSettings.V1` namespace, is designed to hold enum-type setting values, with each enum type represented by a number."],["Version 2.5.0 is the latest version available for the `EnumValue` class, with other versions including 2.4.0, 2.3.0, 2.2.0, 2.1.0, 2.0.0, 1.2.0, 1.1.0 and 1.0.0 also being accessible."],["The `EnumValue` class inherits from `Object` and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering functionalities such as deep cloning and message handling."],["This class provides two constructors, a default one and another that takes a `Value.Types.EnumValue` as a parameter for copying properties, and has a property called `Value` of type string which defines the enum's value."],["The `Google.Cloud.ResourceSettings.V1.dll` assembly contains the implementation for the `EnumValue` class."]]],[]]