ProcessingOptionsResponse

data class ProcessingOptionsResponse(val disableStreetAddressResolution: Boolean, val htmlSanitization: String)

Options for job processing.

Constructors

Link copied to clipboard
fun ProcessingOptionsResponse(disableStreetAddressResolution: Boolean, htmlSanitization: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

If set to true, the service does not attempt to resolve a more precise address for the job.

Link copied to clipboard

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.