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.
Implements
IMessageJobOperationResultTypesJobResult, IEquatableJobOperationResultTypesJobResult, IDeepCloneableJobOperationResultTypesJobResult, IBufferMessage, IMessageNamespace
Google.Cloud.Talent.V4Beta1Assembly
Google.Cloud.Talent.V4Beta1.dll
Constructors
JobResult()
public JobResult()
JobResult(JobResult)
public JobResult(JobOperationResult.Types.JobResult other)
Parameter | |
---|---|
Name | Description |
other |
JobOperationResultTypesJobResult |
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 | |
---|---|
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.v4beta1.JobOperationResult.JobResult.job] fails.
Property Value | |
---|---|
Type | Description |
Status |