GoogleApi.Jobs.V4.Model.BatchCreateJobsRequest (google_api_jobs v0.17.0) View Source

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.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.Jobs.V4.Model.BatchCreateJobsRequest{
  jobs: [GoogleApi.Jobs.V4.Model.Job.t()] | nil
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.