Group
Show / Hide Table of Contents

Class GenerateJobRequest

Request body for a 'Generate Job' request

Inheritance
System.Object
GenerateJobRequest
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Textkernel.Tx.Models.API.JobDescription
Assembly: Textkernel.Tx.SDK.dll
Syntax
public class GenerateJobRequest

Properties

| Improve this Doc View Source

JobTitle

The title of the job.

Declaration
public string JobTitle { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Language

Language of the job description, in ISO 639-1 code format.

Declaration
public string Language { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Location

Location of the job.

Declaration
public string Location { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Organization

The organization offering the job.

Declaration
public string Organization { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Skills

List of skill requirements for the job.

Declaration
public List<GenerateJobSkill> Skills { get; set; }
Property Value
Type Description
System.Collections.Generic.List<GenerateJobSkill>
| Improve this Doc View Source

Tone

The tone of the job description.

Declaration
[JsonConverter(typeof(JsonStringEnumConverter))]
public JobTone Tone { get; set; }
Property Value
Type Description
JobTone
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾