public sealed class Skill : IMessage<Skill>, IEquatable<Skill>, IDeepCloneable<Skill>, IBufferMessage, IMessage
Resource that represents a skill of a candidate.
Namespace
Google.Cloud.Talent.V4Beta1Assembly
Google.Cloud.Talent.V4Beta1.dll
Constructors
Skill()
public Skill()
Skill(Skill)
public Skill(Skill other)
Parameter | |
---|---|
Name | Description |
other | Skill |
Properties
Context
public string Context { get; set; }
A paragraph describes context of this skill.
Number of characters allowed is 100,000.
Property Value | |
---|---|
Type | Description |
String |
DisplayName
public string DisplayName { get; set; }
Skill display name.
For example, "Java", "Python".
Number of characters allowed is 100.
Property Value | |
---|---|
Type | Description |
String |
LastUsedDate
public Date LastUsedDate { get; set; }
The last time this skill was used.
Property Value | |
---|---|
Type | Description |
Date |
Level
public SkillProficiencyLevel Level { get; set; }
Skill proficiency level which indicates how proficient the candidate is at this skill.
Property Value | |
---|---|
Type | Description |
SkillProficiencyLevel |
SkillNameSnippet
public string SkillNameSnippet { get; set; }
Output only. Skill name snippet shows how the [display_name][google.cloud.talent.v4beta1.Skill.display_name] is related to a search query. It's empty if the [display_name][google.cloud.talent.v4beta1.Skill.display_name] isn't related to the search query.
Property Value | |
---|---|
Type | Description |
String |