Class JobResult (2.2.1)

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

Mutation result of a job from a batch operation. .. attribute:: 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.

:type: google.cloud.talent_v4.types.Job

Attribute

NameDescription
status google.rpc.status_pb2.Status
The status of the job processed. This field is populated if the processing of the job fails.