Class ProcessingOptions
Input only. Options for job processing.
Implements
Inherited Members
Namespace: Google.Apis.CloudTalentSolution.v3p1beta1.Data
Assembly: Google.Apis.CloudTalentSolution.v3p1beta1.dll
Syntax
public class ProcessingOptions : IDirectResponseSchema
Properties
DisableStreetAddressResolution
Optional. 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
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.
Declaration
[JsonProperty("htmlSanitization")]
public virtual string HtmlSanitization { get; set; }
Property Value
Type | Description |
---|---|
string |