Show / Hide Table of Contents

Class ProcessingOptions

Input only. Options for job processing.

Inheritance
object
ProcessingOptions
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX