Class GoogleCloudDataplexV1AspectTypeMetadataTemplateEnumValue
Definition of Enumvalue, to be used for enum fields.
Implements
Inherited Members
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 |