Class StructuredMessage.Types.Parameter (1.0.0-beta03)

public sealed class Parameter : IMessage<StructuredMessage.Types.Parameter>, IEquatable<StructuredMessage.Types.Parameter>, IDeepCloneable<StructuredMessage.Types.Parameter>, IBufferMessage, IMessage

Structured data associated with this message.

Inheritance

Object > StructuredMessage.Types.Parameter

Namespace

Google.Cloud.Dataflow.V1Beta3

Assembly

Google.Cloud.Dataflow.V1Beta3.dll

Constructors

Parameter()

public Parameter()

Parameter(StructuredMessage.Types.Parameter)

public Parameter(StructuredMessage.Types.Parameter other)
Parameter
NameDescription
otherStructuredMessage.Types.Parameter

Properties

Key

public string Key { get; set; }

Key or name for this parameter.

Property Value
TypeDescription
String

Value

public Value Value { get; set; }

Value for this parameter.

Property Value
TypeDescription
Value