public sealed class ParameterMetadataEnumOption : IMessage<ParameterMetadataEnumOption>, IEquatable<ParameterMetadataEnumOption>, IDeepCloneable<ParameterMetadataEnumOption>, IBufferMessage, IMessageReference documentation and code samples for the Dataflow v1beta3 API class ParameterMetadataEnumOption.
ParameterMetadataEnumOption specifies the option shown in the enum form.
Implements
IMessageParameterMetadataEnumOption, IEquatableParameterMetadataEnumOption, IDeepCloneableParameterMetadataEnumOption, IBufferMessage, IMessageNamespace
Google.Cloud.Dataflow.V1Beta3Assembly
Google.Cloud.Dataflow.V1Beta3.dll
Constructors
ParameterMetadataEnumOption()
public ParameterMetadataEnumOption()ParameterMetadataEnumOption(ParameterMetadataEnumOption)
public ParameterMetadataEnumOption(ParameterMetadataEnumOption other)| Parameter | |
|---|---|
| Name | Description |
other |
ParameterMetadataEnumOption |
Properties
Description
public string Description { get; set; }Optional. The description to display for the enum option.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Label
public string Label { get; set; }Optional. The label to display for the enum option.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Value
public string Value { get; set; }Required. The value of the enum option.
| Property Value | |
|---|---|
| Type | Description |
string |
|