Class EnumValue
Enum value definition.
Inheritance
System.Object
EnumValue
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.ServiceUsage.v1.Data
Assembly: Google.Apis.ServiceUsage.v1.dll
Syntax
public class EnumValue : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Name
Enum value name.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Number
Enum value number.
Declaration
[JsonProperty("number")]
public virtual int? Number { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |
Options
Protocol buffer options.
Declaration
[JsonProperty("options")]
public virtual IList<Option> Options { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.IList<Option> |