Class Skill (1.0.0)

Skill(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Resource that represents a skill of a candidate.

Attributes

NameDescription
display_name str
Skill display name. For example, "Java", "Python". Number of characters allowed is 100.
last_used_date `.date.Date`
The last time this skill was used.
level `.common.SkillProficiencyLevel`
Skill proficiency level which indicates how proficient the candidate is at this skill.
context str
A paragraph describes context of this skill. Number of characters allowed is 100,000.
skill_name_snippet str
Output only. Skill name snippet shows how the display_name is related to a search query. It's empty if the display_name isn't related to the search query.

Inheritance

builtins.object > proto.message.Message > Skill