View Source GoogleApi.Jobs.V4.Model.BatchCreateJobsResponse (google_api_jobs v0.20.0)

The result of JobService.BatchCreateJobs. It's used to replace google.longrunning.Operation.response in case of success.

Attributes

  • jobResults (type: list(GoogleApi.Jobs.V4.Model.JobResult.t), default: nil) - List of job mutation results from a batch create operation. It can change until operation status is FINISHED, FAILED or CANCELLED.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Jobs.V4.Model.BatchCreateJobsResponse{
  jobResults: [GoogleApi.Jobs.V4.Model.JobResult.t()] | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.