Processing Options Response
data class ProcessingOptionsResponse(val disableStreetAddressResolution: Boolean, val htmlSanitization: String)
Input only. Options for job processing.
Properties
Link copied to clipboard
Optional. If set to true
, the service does not attempt to resolve a more precise address for the job.
Link copied to clipboard
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.