Google Cloud Talent Solution v4 API - Class JobResult (2.5.0)

public sealed class JobResult : IMessage<JobResult>, IEquatable<JobResult>, IDeepCloneable<JobResult>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Talent Solution v4 API class JobResult.

Mutation result of a job from a batch operation.

Inheritance

object > JobResult

Namespace

Google.Cloud.Talent.V4

Assembly

Google.Cloud.Talent.V4.dll

Constructors

JobResult()

public JobResult()

JobResult(JobResult)

public JobResult(JobResult other)
Parameter
NameDescription
otherJobResult

Properties

Job

public Job Job { get; set; }

Here [Job][google.cloud.talent.v4.Job] only contains basic information including [name][google.cloud.talent.v4.Job.name], [company][google.cloud.talent.v4.Job.company], [language_code][google.cloud.talent.v4.Job.language_code] and [requisition_id][google.cloud.talent.v4.Job.requisition_id], use getJob method to retrieve detailed information of the created/updated job.

Property Value
TypeDescription
Job

Status

public Status Status { get; set; }

The status of the job processed. This field is populated if the processing of the [job][google.cloud.talent.v4.JobResult.job] fails.

Property Value
TypeDescription
Status