View Source GoogleApi.Jobs.V4.Model.BatchCreateJobsRequest (google_api_jobs v0.20.0)
Request to create a batch of jobs.
Attributes
-
jobs
(type:list(GoogleApi.Jobs.V4.Model.Job.t)
, default:nil
) - Required. The jobs to be created. A maximum of 200 jobs can be created in a batch.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Jobs.V4.Model.BatchCreateJobsRequest{ jobs: [GoogleApi.Jobs.V4.Model.Job.t()] | nil }
Functions
Unwrap a decoded JSON object into its complex fields.