View Source GoogleApi.Jobs.V4.Model.JobResult (google_api_jobs v0.20.0)
Mutation result of a job from a batch operation.
Attributes
-
job
(type:GoogleApi.Jobs.V4.Model.Job.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.V4.Model.Status.t
, default:nil
) - The status of the job processed. This field is populated if the processing of the job fails.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Jobs.V4.Model.JobResult{ job: GoogleApi.Jobs.V4.Model.Job.t() | nil, status: GoogleApi.Jobs.V4.Model.Status.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.