Class ProcessingOptions
Options for job processing.
Implements
Inherited Members
Namespace: Google.Apis.CloudTalentSolution.v4.Data
Assembly: Google.Apis.CloudTalentSolution.v4.dll
Syntax
public class ProcessingOptions : IDirectResponseSchema
Properties
DisableStreetAddressResolution
If set to true
, the service does not attempt to resolve a more precise address for the job.
Declaration
[JsonProperty("disableStreetAddressResolution")]
public virtual bool? DisableStreetAddressResolution { get; set; }
Property Value
Type | Description |
---|---|
bool? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
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.
Declaration
[JsonProperty("htmlSanitization")]
public virtual string HtmlSanitization { get; set; }
Property Value
Type | Description |
---|---|
string |