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-04-01 UTC."],[[["This documentation provides reference information and code samples for the `Value.Types.EnumValue` class within the Resource Settings v1 API."],["The `EnumValue` class, which inherits from `object`, represents an enum value that can hold values for any enum type setting."],["The page includes version history, ranging from the latest 2.5.0 down to 1.0.0, and it currently displays the documentation for version 2.4.0."],["The `EnumValue` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key members of the class include a constructor `EnumValue()` and a read-write `string` property named `Value` which holds the value of the enum."]]],[]]