GoogleApi.Jobs.V3.Model.GoogleCloudTalentV4BatchUpdateJobsResponse (google_api_jobs v0.14.0) View Source

The result of JobService.BatchUpdateJobs. It's used to replace google.longrunning.Operation.response in case of success.

Attributes

  • jobResults (type: list(GoogleApi.Jobs.V3.Model.GoogleCloudTalentV4JobResult.t), default: nil) - List of job mutation results from a batch update operation. It can change until operation status is FINISHED, FAILED or CANCELLED.

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.GoogleCloudTalentV4BatchUpdateJobsResponse{
  jobResults: [GoogleApi.Jobs.V3.Model.GoogleCloudTalentV4JobResult.t()]
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.