Show / Hide Table of Contents

Class Enum

Enum type definition.

Inheritance
System.Object
Enum
Implements
IDirectResponseSchema
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 Enum : IDirectResponseSchema

Properties

Enumvalue

Enum value definitions.

Declaration
[JsonProperty("enumvalue")]
public virtual IList<EnumValue> Enumvalue { get; set; }
Property Value
Type Description
System.Collections.Generic.IList<EnumValue>

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
System.String

Name

Enum type name.

Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type Description
System.String

Options

Protocol buffer options.

Declaration
[JsonProperty("options")]
public virtual IList<Option> Options { get; set; }
Property Value
Type Description
System.Collections.Generic.IList<Option>

SourceContext

The source context.

Declaration
[JsonProperty("sourceContext")]
public virtual SourceContext SourceContext { get; set; }
Property Value
Type Description
SourceContext

Syntax

The source syntax.

Declaration
[JsonProperty("syntax")]
public virtual string Syntax { get; set; }
Property Value
Type Description
System.String

Implements

IDirectResponseSchema
In This Article
Back to top