public class GenerateJobRequest extends Object
| Modifier and Type | Field and Description |
|---|---|
String |
JobTitle
The title of the job.
|
String |
Language
Language of the job description, in ISO 639-1 code format.
|
String |
Location
Location of the job.
|
String |
Organization
The organization offering the job.
|
List<GenerateJobSkill> |
Skills
List of skill requirements for the job.
|
JobTone |
Tone
The tone of the job description.
|
| Constructor and Description |
|---|
GenerateJobRequest() |
public String JobTitle
public List<GenerateJobSkill> Skills
public JobTone Tone
public String Language
public String Location
public String Organization
Copyright © 2024. All rights reserved.