Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 1.47 KB

JobProfile.md

File metadata and controls

21 lines (16 loc) · 1.47 KB

JobProfile

Properties

Name Type Description Notes
linkedin_internal_id Option<String> The internal ID representation of this job that LinkedIn has for this job. [optional]
job_description Option<String> Description of the posted job. [optional]
apply_url Option<String> The URL to apply for this job. [optional]
title Option<String> Title of the posted job. [optional]
location Option<crate::models::JobLocation> [optional]
company Option<crate::models::JobCompany> [optional]
seniority_level Option<String> The seniority level for this role. [optional]
industry Option<Vec> A list of industries that the company which posted this job lies in. [optional]
employment_type Option<String> Type of employment. [optional]
job_functions Option<Vec> A list of job functions that this role is expected to cover. [optional]
total_applicants Option<i32> Total applicants for this job so far. [optional]

[Back to Model list] [Back to API list] [Back to README]