public enum EmploymentType
An enum that represents the employment type of a job.
Namespace
Google.Cloud.Talent.V4Assembly
Google.Cloud.Talent.V4.dll
Fields | |
---|---|
Name | Description |
Contractor | The job is offered as a contracted, as opposed to a salaried employee, position. |
ContractToHire | The job is offered as a contracted position with the understanding that it's converted into a full-time position at the end of the contract. Jobs of this type are also returned by a search for [EmploymentType.CONTRACTOR][google.cloud.talent.v4.EmploymentType.CONTRACTOR] jobs. |
FlyInFlyOut | The job involves employing people in remote areas and flying them temporarily to the work site instead of relocating employees and their families permanently. |
FullTime | The job requires working a number of hours that constitute full time employment, typically 40 or more hours per week. |
Intern | The job is a fixed-term opportunity for students or entry-level job seekers to obtain on-the-job training, typically offered as a summer position. |
OtherEmploymentType | The job does not fit any of the other listed types. |
PartTime | The job entails working fewer hours than a full time job, typically less than 40 hours a week. |
PerDiem | The job requires an employee to work on an as-needed basis with a flexible schedule. |
Temporary | The job is offered as a temporary employment opportunity, usually a short-term engagement. |
Unspecified | The default value if the employment type isn't specified. |
Volunteer | The is an opportunity for an individual to volunteer, where there's no expectation of compensation for the provided services. |