Dataflow v1beta3 API - Class ParameterMetadataEnumOption (2.0.0-beta09)

public sealed class ParameterMetadataEnumOption : IMessage<ParameterMetadataEnumOption>, IEquatable<ParameterMetadataEnumOption>, IDeepCloneable<ParameterMetadataEnumOption>, IBufferMessage, IMessage

Reference documentation and code samples for the Dataflow v1beta3 API class ParameterMetadataEnumOption.

ParameterMetadataEnumOption specifies the option shown in the enum form.

Inheritance

object > ParameterMetadataEnumOption

Namespace

Google.Cloud.Dataflow.V1Beta3

Assembly

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