Class: Google::Cloud::Talent::V4beta1::ApplicationOutcomeNotesFilter

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/talent/v4beta1/filters.rb

Overview

Outcome Notes Filter.

Instance Attribute Summary collapse

Instance Attribute Details

#negated::Boolean

Returns 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.



716
717
718
719
# File 'proto_docs/google/cloud/talent/v4beta1/filters.rb', line 716

class ApplicationOutcomeNotesFilter
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#outcome_notes::String

Returns 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.



716
717
718
719
# File 'proto_docs/google/cloud/talent/v4beta1/filters.rb', line 716

class ApplicationOutcomeNotesFilter
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end