GoogleApi.Jobs.V3.Model.ProcessingOptions (google_api_jobs v0.15.0) 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 applicationInfo.instruction 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

Specs

t() :: %GoogleApi.Jobs.V3.Model.ProcessingOptions{
  disableStreetAddressResolution: boolean(),
  htmlSanitization: String.t()
}

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.