Resource Settings v1 API - Class Value.Types.EnumValue (2.3.0)

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.

Inheritance

object > Value.Types.EnumValue

Namespace

Google.Cloud.ResourceSettings.V1

Assembly

Google.Cloud.ResourceSettings.V1.dll

Constructors

EnumValue()

public EnumValue()

EnumValue(EnumValue)

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

Properties

Value

public string Value { get; set; }

The value of this enum

Property Value
TypeDescription
string