Show / Hide Table of Contents

Class GoogleCloudDataplexV1AspectTypeMetadataTemplateEnumValue

Definition of Enumvalue, to be used for enum fields.

Inheritance
object
GoogleCloudDataplexV1AspectTypeMetadataTemplateEnumValue
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CloudDataplex.v1.Data
Assembly: Google.Apis.CloudDataplex.v1.dll
Syntax
public class GoogleCloudDataplexV1AspectTypeMetadataTemplateEnumValue : IDirectResponseSchema

Properties

Deprecated

Optional. You can set this message if you need to deprecate an enum value.

Declaration
[JsonProperty("deprecated")]
public virtual string Deprecated { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

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

Index

Required. Index for the enum value. It can't be modified.

Declaration
[JsonProperty("index")]
public virtual int? Index { get; set; }
Property Value
Type Description
int?

Name

Required. Name of the enumvalue. This is the actual value that the aspect can contain.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX