Class: Google::Cloud::Talent::V4beta1::SkillFilter

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/filters.rb

Overview

Skill filter of the search.

Instance Attribute Summary collapse

Instance Attribute Details

#negatedtrue, false

Returns Whether to apply negation to the filter so profiles matching the filter are excluded.

Returns:

  • (true, false)

    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

#skillString

Returns Required. The skill name. For example, "java", "j2ee", and so on.

Returns:

  • (String)

    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