Interface protos.google.dataflow.v1beta3.IStep

Properties of a Step.

Package

@google-cloud/dataflow!

Properties

kind

kind?: (string|null);

Step kind

Property Value
TypeDescription
(string|null)

name

name?: (string|null);

Step name

Property Value
TypeDescription
(string|null)

properties

properties?: (google.protobuf.IStruct|null);

Step properties

Property Value
TypeDescription
(google.protobuf.IStruct|null)