GoogleApi.Jobs.V3.Model.GoogleCloudTalentV4JobProcessingOptions (google_api_jobs v0.14.0) View Source

Options for job processing.

Attributes

  • disableStreetAddressResolution (type: boolean(), default: nil) - If set to true, the service does not attempt to resolve a more precise address for the job.
  • htmlSanitization (type: String.t, default: nil) - 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 isn't 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.GoogleCloudTalentV4JobProcessingOptions{
  disableStreetAddressResolution: boolean(),
  htmlSanitization: String.t()
}

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.