Table of Contents

Class GenerateJobSkill

Namespace
Textkernel.Tx.Models.API.JobDescription
Assembly
Textkernel.Tx.SDK.dll

A skill used when generating a job via job description API

public class GenerateJobSkill
Inheritance
GenerateJobSkill
Inherited Members

Properties

Name

The name of the skill.

public string Name { get; set; }

Property Value

string

Priority

Priority of the skill.

[JsonConverter(typeof(JsonStringEnumConverter))]
public SkillPriority Priority { get; set; }

Property Value

SkillPriority