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

The result of JobService.BatchDeleteJobs. 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 delete operation. It can change until operation status is FINISHED, FAILED or CANCELLED.

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.BatchDeleteJobsResponse{
  jobResults: [GoogleApi.Jobs.V4.Model.JobResult.t()] | nil
}

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.