View Source GoogleApi.Jobs.V2.Model.JobProcessingOptions (google_api_jobs v0.19.0)

Input only.

Options for job processing.

Attributes

  • disableStreetAddressResolution (type: boolean(), default: nil) - Optional. If set to true, the service does not attempt to resolve a more precise address for the job.

  • htmlSanitization (type: String.t, default: nil) - Optional. Option for job HTML content sanitization. Applied fields are:

    • description
    • applicationInstruction
    • incentives
    • qualifications
    • responsibilities

    HTML tags in these fields may be stripped if sanitiazation is not disabled.

    Defaults to HtmlSanitization.SIMPLE_FORMATTING_ONLY.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Jobs.V2.Model.JobProcessingOptions{
  disableStreetAddressResolution: boolean(),
  htmlSanitization: String.t()
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.