View Source GoogleApi.Jobs.V4.Model.BatchDeleteJobsRequest (google_api_jobs v0.18.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
Unwrap a decoded JSON object into its complex fields.