GoogleApi.Jobs.V3.Model.UpdateJobRequest (google_api_jobs v0.21.0)
View SourceInput 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.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Jobs.V3.Model.UpdateJobRequest{ job: GoogleApi.Jobs.V3.Model.Job.t() | nil, updateMask: String.t() | nil }