google_api_jobs v0.13.1 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
Specs
t() :: %GoogleApi.Jobs.V3.Model.UpdateJobRequest{ job: GoogleApi.Jobs.V3.Model.Job.t(), updateMask: String.t() }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.