GoogleApi.Jobs.V4.Model.BatchDeleteJobsResponse (google_api_jobs v0.21.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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

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

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.