Class DeleteJobRequest (2.3.0)

DeleteJobRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Delete job request. .. attribute:: name

Required. The resource name of the job to be deleted.

The format is "projects/{project_id}/tenants/{tenant_id}/jobs/{job_id}". For example, "projects/foo/tenants/bar/jobs/baz".

If tenant id is unspecified, the default tenant is used. For example, "projects/foo/jobs/bar".

:type: str