Class Skill (2.0.0-beta07)

public sealed class Skill : IMessage<Skill>, IEquatable<Skill>, IDeepCloneable<Skill>, IBufferMessage, IMessage

Resource that represents a skill of a candidate.

Inheritance

Object > Skill

Namespace

Google.Cloud.Talent.V4Beta1

Assembly

Google.Cloud.Talent.V4Beta1.dll

Constructors

Skill()

public Skill()

Skill(Skill)

public Skill(Skill other)
Parameter
NameDescription
otherSkill

Properties

Context

public string Context { get; set; }

A paragraph describes context of this skill.

Number of characters allowed is 100,000.

Property Value
TypeDescription
String

DisplayName

public string DisplayName { get; set; }

Skill display name.

For example, "Java", "Python".

Number of characters allowed is 100.

Property Value
TypeDescription
String

LastUsedDate

public Date LastUsedDate { get; set; }

The last time this skill was used.

Property Value
TypeDescription
Date

Level

public SkillProficiencyLevel Level { get; set; }

Skill proficiency level which indicates how proficient the candidate is at this skill.

Property Value
TypeDescription
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
TypeDescription
String