Data Catalog v1 API - Class TagField.Types.EnumValue (2.11.0)

public sealed class TagField.Types.EnumValue : IMessage<TagField.Types.EnumValue>, IEquatable<TagField.Types.EnumValue>, IDeepCloneable<TagField.Types.EnumValue>, IBufferMessage, IMessage

Reference documentation and code samples for the Data Catalog v1 API class TagField.Types.EnumValue.

An enum value.

Inheritance

object > TagField.Types.EnumValue

Namespace

Google.Cloud.DataCatalog.V1

Assembly

Google.Cloud.DataCatalog.V1.dll

Constructors

EnumValue()

public EnumValue()

EnumValue(EnumValue)

public EnumValue(TagField.Types.EnumValue other)
Parameter
NameDescription
otherTagFieldTypesEnumValue

Properties

DisplayName

public string DisplayName { get; set; }

The display name of the enum value.

Property Value
TypeDescription
string