View Source GoogleApi.Jobs.V4.Model.BatchDeleteJobsRequest (google_api_jobs v0.19.0)

Request to delete a batch of jobs.

Attributes

  • names (type: list(String.t), default: nil) - The names of the jobs to delete. The format is "projects/{project_id}/tenants/{tenant_id}/jobs/{job_id}". For example, "projects/foo/tenants/bar/jobs/baz". A maximum of 200 jobs can be deleted in a batch.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Jobs.V4.Model.BatchDeleteJobsRequest{
  names: [String.t()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.