jobLevel property
The experience level associated with the job, such as "Entry Level". Possible string values are:
- "JOB_LEVEL_UNSPECIFIED" : The default value if the level isn't specified.
- "ENTRY_LEVEL" : Entry-level individual contributors, typically with less than 2 years of experience in a similar role. Includes interns.
- "EXPERIENCED" : Experienced individual contributors, typically with 2+ years of experience in a similar role.
- "MANAGER" : Entry- to mid-level managers responsible for managing a team of people.
- "DIRECTOR" : Senior-level managers responsible for managing teams of managers.
- "EXECUTIVE" : Executive-level managers and above, including C-level positions.
Implementation
core.String? jobLevel;