Class: Google::Cloud::Talent::V4beta1::DeleteJobRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Talent::V4beta1::DeleteJobRequest
- Defined in:
- lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/job_service.rb
Overview
Input only.
Delete job request.
Instance Attribute Summary collapse
-
#name ⇒ String
Required.
Instance Attribute Details
#name ⇒ String
Returns 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/api-test-project/tenants/foo/jobs/1234".
Tenant id is optional and the default tenant is used if unspecified, for example, "projects/api-test-project/jobs/1234".
93 |
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/job_service.rb', line 93 class DeleteJobRequest; end |