Class Value.Types.EnumValue (1.0.0)

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.

Inheritance

Object > Value.Types.EnumValue

Namespace

Google.Cloud.ResourceSettings.V1

Assembly

Google.Cloud.ResourceSettings.V1.dll

Constructors

EnumValue()

public EnumValue()

EnumValue(Value.Types.EnumValue)

public EnumValue(Value.Types.EnumValue other)
Parameter
NameDescription
otherValue.Types.EnumValue

Properties

Value

public string Value { get; set; }

The value of this enum

Property Value
TypeDescription
String