Class ApplicationOutcomeNotesFilter (2.0.0-beta07)

public sealed class ApplicationOutcomeNotesFilter : IMessage<ApplicationOutcomeNotesFilter>, IEquatable<ApplicationOutcomeNotesFilter>, IDeepCloneable<ApplicationOutcomeNotesFilter>, IBufferMessage, IMessage

Outcome Notes Filter.

Inheritance

Object > ApplicationOutcomeNotesFilter

Namespace

Google.Cloud.Talent.V4Beta1

Assembly

Google.Cloud.Talent.V4Beta1.dll

Constructors

ApplicationOutcomeNotesFilter()

public ApplicationOutcomeNotesFilter()

ApplicationOutcomeNotesFilter(ApplicationOutcomeNotesFilter)

public ApplicationOutcomeNotesFilter(ApplicationOutcomeNotesFilter other)
Parameter
NameDescription
otherApplicationOutcomeNotesFilter

Properties

Negated

public bool Negated { get; set; }

If true, The API excludes all candidates with any [Application.outcome_notes][google.cloud.talent.v4beta1.Application.outcome_notes] matching the outcome reason specified in the filter.

Property Value
TypeDescription
Boolean

OutcomeNotes

public string OutcomeNotes { get; set; }

Required. User entered or selected outcome reason. The API does an exact match on the [Application.outcome_notes][google.cloud.talent.v4beta1.Application.outcome_notes] in profiles.

Property Value
TypeDescription
String