View Source GoogleApi.Jobs.V4.Model.BatchUpdateJobsResponse (google_api_jobs v0.18.0)

The result of JobService.BatchUpdateJobs. 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 update 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.BatchUpdateJobsResponse{
  jobResults: [GoogleApi.Jobs.V4.Model.JobResult.t()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.