Integration Connectors v1 API - Class EnumOption (1.4.0)
Stay organized with collections
Save and categorize content based on your preferences.
public sealed class EnumOption : IMessage<EnumOption>, IEquatable<EnumOption>, IDeepCloneable<EnumOption>, IBufferMessage, IMessageReference documentation and code samples for the Integration Connectors v1 API class EnumOption.
EnumOption definition
Implements
IMessage EnumOption, IEquatable EnumOption, IDeepCloneable EnumOption, 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 |
|