class Google::Apis::JobsV4::BatchCreateJobsRequest

Request to create a batch of jobs.

Attributes

jobs[RW]

Required. The jobs to be created. A maximum of 200 jobs can be created in a batch. Corresponds to the JSON property `jobs` @return [Array<Google::Apis::JobsV4::Job>]

Public Class Methods

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

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

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