Class: Google::Cloud::Talent::V4beta1::SkillFilter
- Inherits:
-
Object
- Object
- Google::Cloud::Talent::V4beta1::SkillFilter
- Defined in:
- lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/filters.rb
Overview
Skill filter of the search.
Instance Attribute Summary collapse
-
#negated ⇒ true, false
Whether to apply negation to the filter so profiles matching the filter are excluded.
-
#skill ⇒ String
Required.
Instance Attribute Details
#negated ⇒ true, false
Returns Whether to apply negation to the filter so profiles matching the filter are excluded.
650 |
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/filters.rb', line 650 class SkillFilter; end |
#skill ⇒ String
Returns Required. The skill name. For example, "java", "j2ee", and so on.
650 |
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/filters.rb', line 650 class SkillFilter; end |