public sealed class JobResult : IMessage<JobResult>, IEquatable<JobResult>, IDeepCloneable<JobResult>, IBufferMessage, IMessageReference documentation and code samples for the Google Cloud Talent Solution v4 API class JobResult.
Mutation result of a job from a batch operation.
Implements
IMessageJobResult, IEquatableJobResult, IDeepCloneableJobResult, IBufferMessage, IMessageNamespace
Google.Cloud.Talent.V4Assembly
Google.Cloud.Talent.V4.dll
Constructors
JobResult()
public JobResult()JobResult(JobResult)
public JobResult(JobResult other)| Parameter | |
|---|---|
| Name | Description |
other |
JobResult |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
Status |
|