google_api_jobs v0.9.0 GoogleApi.Jobs.V3.Model.UpdateJobRequest View Source

Input only.

Update job request.

Attributes

  • job (type: GoogleApi.Jobs.V3.Model.Job.t, default: nil) - Required. The Job to be updated.
  • updateMask (type: String.t, default: nil) - Optional but strongly recommended to be provided for the best service experience.

    If update_mask is provided, only the specified fields in job are updated. Otherwise all the fields are updated.

    A field mask to restrict the fields that are updated. Only top level fields of Job are supported.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t()

View Source
t() :: %GoogleApi.Jobs.V3.Model.UpdateJobRequest{
  job: GoogleApi.Jobs.V3.Model.Job.t(),
  updateMask: String.t()
}

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.