public sealed class EnumOption : IMessage<EnumOption>, IEquatable<EnumOption>, IDeepCloneable<EnumOption>, IBufferMessage, IMessage
Reference documentation and code samples for the Integration Connectors v1 API class EnumOption.
EnumOption definition
Implements
IMessageEnumOption, IEquatableEnumOption, IDeepCloneableEnumOption, IBufferMessage, IMessageNamespace
Google.Cloud.Connectors.V1Assembly
Google.Cloud.Connectors.V1.dll
Constructors
EnumOption()
public EnumOption()
EnumOption(EnumOption)
public EnumOption(EnumOption other)
Parameter | |
---|---|
Name | Description |
other |
EnumOption |
Properties
DisplayName
public string DisplayName { get; set; }
Display name of the option.
Property Value | |
---|---|
Type | Description |
string |
Id
public string Id { get; set; }
Id of the option.
Property Value | |
---|---|
Type | Description |
string |