class Google::Apis::DataflowV1b3::FlattenInstruction

An instruction that copies its inputs (zero or more) to its (single) output.

Attributes

inputs[RW]

Describes the inputs to the flatten instruction. Corresponds to the JSON property `inputs` @return [Array<Google::Apis::DataflowV1b3::InstructionInput>]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/dataflow_v1b3/classes.rb, line 1437
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/dataflow_v1b3/classes.rb, line 1442
def update!(**args)
  @inputs = args[:inputs] if args.key?(:inputs)
end