Class JobResult (2.7.2)

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

Mutation result of a job.

Attributes

NameDescription
job google.cloud.talent_v4beta1.types.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_pb2.Status
The status of the job processed. This field is populated if the processing of the job fails.

Inheritance

builtins.object > proto.message.Message > JobResult