Class JobResult (1.0.0)

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

Mutation result of a job.

Attributes

NameDescription
job `.gct_job.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 `.gr_status.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