public sealed class JobResult : IMessage<JobOperationResult.Types.JobResult>, IEquatable<JobOperationResult.Types.JobResult>, IDeepCloneable<JobOperationResult.Types.JobResult>, IBufferMessage, IMessage
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.
The status of the job processed. This field is populated if the
processing of the [job][google.cloud.talent.v4beta1.JobOperationResult.JobResult.job] fails.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This page provides documentation for the `JobResult` class within the `Google.Cloud.Talent.V4Beta1` namespace, specifically version 2.0.0-beta07, detailing its structure and functionalities."],["The `JobResult` class represents the mutation result of a job and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors: a default constructor and one that accepts another `JobResult` instance, along with `Job` and `Status` properties."],["The `Job` property within `JobResult` contains basic information about a job, and the `Status` property indicates the processing status of the job, especially in cases of failure."]]],[]]