View Source GoogleApi.Jobs.V2.Model.CreateJobRequest (google_api_jobs v0.20.0)
Input only.
Create 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 to resolve a more precise address for the job.job
(type:GoogleApi.Jobs.V2.Model.Job.t
, default:nil
) - Required. The Job to be created.processingOptions
(type:GoogleApi.Jobs.V2.Model.JobProcessingOptions.t
, default:nil
) - Optional. Options for job processing.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Jobs.V2.Model.CreateJobRequest{ disableStreetAddressResolution: boolean(), job: GoogleApi.Jobs.V2.Model.Job.t(), processingOptions: GoogleApi.Jobs.V2.Model.JobProcessingOptions.t() }
Functions
Unwrap a decoded JSON object into its complex fields.