ProcessingOptions(mapping=None, *, ignore_unknown_fields=False, **kwargs)Options for job processing.
Attributes |
|
|---|---|
| Name | Description |
disable_street_address_resolution |
bool
If set to true, the service does not attempt to resolve
a more precise address for the job.
|
html_sanitization |
google.cloud.talent_v4beta1.types.HtmlSanitization
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. |