Cloud Talent Solution V4beta1 API - Class Google::Cloud::Talent::V4beta1::ApplicationOutcomeNotesFilter (v0.4.6)

Reference documentation and code samples for the Cloud Talent Solution V4beta1 API class Google::Cloud::Talent::V4beta1::ApplicationOutcomeNotesFilter.

Outcome Notes Filter.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#negated

def negated() -> ::Boolean
Returns
  • (::Boolean) — If true, The API excludes all candidates with any Application.outcome_notes matching the outcome reason specified in the filter.

#negated=

def negated=(value) -> ::Boolean
Parameter
  • value (::Boolean) — If true, The API excludes all candidates with any Application.outcome_notes matching the outcome reason specified in the filter.
Returns
  • (::Boolean) — If true, The API excludes all candidates with any Application.outcome_notes matching the outcome reason specified in the filter.

#outcome_notes

def outcome_notes() -> ::String
Returns
  • (::String) — Required. User entered or selected outcome reason. The API does an exact match on the Application.outcome_notes in profiles.

#outcome_notes=

def outcome_notes=(value) -> ::String
Parameter
  • value (::String) — Required. User entered or selected outcome reason. The API does an exact match on the Application.outcome_notes in profiles.
Returns
  • (::String) — Required. User entered or selected outcome reason. The API does an exact match on the Application.outcome_notes in profiles.