google_api_jobs v0.8.0 GoogleApi.Jobs.V2.Model.JobProcessingOptions View Source

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.

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 Source
t() :: %GoogleApi.Jobs.V2.Model.JobProcessingOptions{
  disableStreetAddressResolution: boolean(),
  htmlSanitization: String.t()
}

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.