google_api_jobs v0.11.0 GoogleApi.Jobs.V2.Model.CreateJobRequest View Source
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.
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 Sourcet() :: %GoogleApi.Jobs.V2.Model.CreateJobRequest{
disableStreetAddressResolution: boolean(),
job: GoogleApi.Jobs.V2.Model.Job.t(),
processingOptions: GoogleApi.Jobs.V2.Model.JobProcessingOptions.t()
}
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.