GoogleApi.Jobs.V3.Model.GoogleCloudTalentV4JobResult (google_api_jobs v0.14.0) View Source
Mutation result of a job from a batch operation.
Attributes
-
job
(type:GoogleApi.Jobs.V3.Model.GoogleCloudTalentV4Job.t
, default:nil
) - Here Job only contains basic information including name, company, language_code and requisition_id, use getJob method to retrieve detailed information of the created/updated job. -
status
(type:GoogleApi.Jobs.V3.Model.Status.t
, default:nil
) - The status of the job processed. This field is populated if the processing of the job fails.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.Jobs.V3.Model.GoogleCloudTalentV4JobResult{ job: GoogleApi.Jobs.V3.Model.GoogleCloudTalentV4Job.t(), status: GoogleApi.Jobs.V3.Model.Status.t() }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.