class Google::Apis::DataflowV1b3::LaunchFlexTemplateResponse

Response to the request to launch a job from Flex Template.

Attributes

job[RW]

Defines a job to be run by the Cloud Dataflow service. nextID: 26 Corresponds to the JSON property `job` @return [Google::Apis::DataflowV1b3::Job]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/dataflow_v1b3/classes.rb, line 2574
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 2579
def update!(**args)
  @job = args[:job] if args.key?(:job)
end