GoogleApi.Jobs.V2.Model.CreateJobRequest (google_api_jobs v0.14.0) 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

Specs

t() :: %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

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.