Class: Google::Cloud::Talent::V4beta1::JobTitleFilter
- Inherits:
-
Object
- Object
- Google::Cloud::Talent::V4beta1::JobTitleFilter
- Defined in:
- lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/filters.rb
Overview
Input only.
Job title of the search.
Instance Attribute Summary collapse
-
#job_title ⇒ String
Required.
-
#negated ⇒ true, false
Optional.
Instance Attribute Details
#job_title ⇒ String
Returns Required.
The job title, for example, "Software engineer", or "Product manager".
555 |
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/filters.rb', line 555 class JobTitleFilter; end |
#negated ⇒ true, false
Returns Optional.
Whether to apply negation to the filter so profiles matching the filter are excluded.
555 |
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/filters.rb', line 555 class JobTitleFilter; end |