public sealed class ApplicationOutcomeNotesFilter : IMessage<ApplicationOutcomeNotesFilter>, IEquatable<ApplicationOutcomeNotesFilter>, IDeepCloneable<ApplicationOutcomeNotesFilter>, IBufferMessage, IMessageOutcome Notes Filter.
Implements
IMessage<ApplicationOutcomeNotesFilter>, IEquatable<ApplicationOutcomeNotesFilter>, IDeepCloneable<ApplicationOutcomeNotesFilter>, IBufferMessage, IMessageNamespace
Google.Cloud.Talent.V4Beta1Assembly
Google.Cloud.Talent.V4Beta1.dll
Constructors
ApplicationOutcomeNotesFilter()
public ApplicationOutcomeNotesFilter()ApplicationOutcomeNotesFilter(ApplicationOutcomeNotesFilter)
public ApplicationOutcomeNotesFilter(ApplicationOutcomeNotesFilter other)| Parameter | |
|---|---|
| Name | Description |
other |
ApplicationOutcomeNotesFilter |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
String |
|