public sealed class Value.Types.EnumValue : IMessage<Value.Types.EnumValue>, IEquatable<Value.Types.EnumValue>, IDeepCloneable<Value.Types.EnumValue>, IBufferMessage, IMessage
Reference documentation and code samples for the Resource Settings v1 API class Value.Types.EnumValue.
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."],[[["This webpage provides documentation for the `Value.Types.EnumValue` class within the Google Cloud Resource Settings v1 API, focusing on version 2.2.0."],["The `Value.Types.EnumValue` class is designed to hold enum type setting values, represented by numbers in definitions."],["The class inherits from the base `object` class and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `EnumValue` class has two constructors: a default constructor, `EnumValue()`, and a copy constructor, `EnumValue(Value.Types.EnumValue other)`."],["The class has a `Value` property, that gets and sets a string representation of the given enum."]]],[]]