Google Cloud Talent Solution v4beta1 API - Class JobOperationResult.Types.JobResult (3.0.0-beta04)

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

Reference documentation and code samples for the Google Cloud Talent Solution v4beta1 API class JobOperationResult.Types.JobResult.

Mutation result of a job.

Inheritance

object > JobOperationResult.Types.JobResult

Namespace

Google.Cloud.Talent.V4Beta1

Assembly

Google.Cloud.Talent.V4Beta1.dll

Constructors

JobResult()

public JobResult()

JobResult(JobResult)

public JobResult(JobOperationResult.Types.JobResult other)
Parameter
NameDescription
otherJobOperationResultTypesJobResult

Properties

Job

public Job Job { get; set; }

Here [Job][google.cloud.talent.v4beta1.Job] only contains basic information including [name][google.cloud.talent.v4beta1.Job.name], [company][google.cloud.talent.v4beta1.Job.company], [language_code][google.cloud.talent.v4beta1.Job.language_code] and [requisition_id][google.cloud.talent.v4beta1.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.v4beta1.JobOperationResult.JobResult.job] fails.

Property Value
TypeDescription
Status