Class: Google::Cloud::Talent::V4beta1::JobOperationResult::JobResult
- Inherits:
-
Object
- Object
- Google::Cloud::Talent::V4beta1::JobOperationResult::JobResult
- Defined in:
- lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/job_service.rb
Overview
Mutation result of a job.
Instance Attribute Summary collapse
-
#job ⇒ Google::Cloud::Talent::V4beta1::Job
Here Job only contains basic information including name, company, language_code and requisition_id, use getJob method to retrieve detailed information of the created/updated job.
-
#status ⇒ Google::Rpc::Status
The status of the job processed.
Instance Attribute Details
#job ⇒ Google::Cloud::Talent::V4beta1::Job
Returns Here Job only contains basic information including name, company, language_code and requisition_id, use getJob method to retrieve detailed information of the created/updated job.
722 |
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/job_service.rb', line 722 class JobResult; end |
#status ⇒ Google::Rpc::Status
Returns The status of the job processed. This field is populated if the processing of the job fails.
722 |
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/job_service.rb', line 722 class JobResult; end |