Google Cloud Talent Solution v4 API - Class Job.Types.ProcessingOptions (2.5.0)

public sealed class Job.Types.ProcessingOptions : IMessage<Job.Types.ProcessingOptions>, IEquatable<Job.Types.ProcessingOptions>, IDeepCloneable<Job.Types.ProcessingOptions>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Talent Solution v4 API class Job.Types.ProcessingOptions.

Options for job processing.

Inheritance

object > Job.Types.ProcessingOptions

Namespace

Google.Cloud.Talent.V4

Assembly

Google.Cloud.Talent.V4.dll

Constructors

ProcessingOptions()

public ProcessingOptions()

ProcessingOptions(ProcessingOptions)

public ProcessingOptions(Job.Types.ProcessingOptions other)
Parameter
NameDescription
otherJobTypesProcessingOptions

Properties

DisableStreetAddressResolution

public bool DisableStreetAddressResolution { get; set; }

If set to true, the service does not attempt to resolve a more precise address for the job.

Property Value
TypeDescription
bool

HtmlSanitization

public HtmlSanitization HtmlSanitization { get; set; }

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][google.cloud.talent.v4.HtmlSanitization.SIMPLE_FORMATTING_ONLY].

Property Value
TypeDescription
HtmlSanitization