google_api_jobs v0.11.0 GoogleApi.Jobs.V2.Model.UpdateJobRequest View Source
Input only.
Update job request.
Attributes
disableStreetAddressResolution(type:boolean(), default:nil) - Deprecated. Please use processing_options. This flag is ignored if processing_options is set.Optional.
If set to
true, the service does not attempt resolve a more precise address for the job.job(type:GoogleApi.Jobs.V2.Model.Job.t, default:nil) - Required. The Job to be updated.processingOptions(type:GoogleApi.Jobs.V2.Model.JobProcessingOptions.t, default:nil) - Optional. Options for job processing.UpdateJobRequest.disable_street_address_resolution is ignored if this flag is set.
updateJobFields(type:String.t, default:nil) - Optional but strongly recommended to be provided for the best service experience.If update_job_fields 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. Valid values are:
- jobTitle
- employmentTypes
- description
- applicationUrls
- applicationEmailList
- applicationInstruction
- responsibilities
- qualifications
- educationLevels
- level
- department
- startDate
- endDate
- compensationInfo
- incentives
- languageCode
- benefits
- expireTime
- customAttributes
- visibility
- publishDate
- promotionValue
- locations
- region
- expiryDate (deprecated)
- filterableCustomFields (deprecated)
- unindexedCustomFields (deprecated)
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
t()
View Sourcet() :: %GoogleApi.Jobs.V2.Model.UpdateJobRequest{
disableStreetAddressResolution: boolean(),
job: GoogleApi.Jobs.V2.Model.Job.t(),
processingOptions: GoogleApi.Jobs.V2.Model.JobProcessingOptions.t(),
updateJobFields: String.t()
}
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.