Module: Google::Cloud::Talent::V4beta1::JobBenefit
- Defined in:
- lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/common.rb
Overview
An enum that represents employee benefits included with the job.
Constant Summary collapse
- JOB_BENEFIT_UNSPECIFIED =
Default value if the type isn't specified.
0
- CHILD_CARE =
The job includes access to programs that support child care, such as daycare.
1
- DENTAL =
The job includes dental services covered by a dental insurance plan.
2
- DOMESTIC_PARTNER =
The job offers specific benefits to domestic partners.
3
- FLEXIBLE_HOURS =
The job allows for a flexible work schedule.
4
- MEDICAL =
The job includes health services covered by a medical insurance plan.
5
- LIFE_INSURANCE =
The job includes a life insurance plan provided by the employer or available for purchase by the employee.
6
- PARENTAL_LEAVE =
The job allows for a leave of absence to a parent to care for a newborn child.
7
- RETIREMENT_PLAN =
The job includes a workplace retirement plan provided by the employer or available for purchase by the employee.
8
- SICK_DAYS =
The job allows for paid time off due to illness.
9
- VACATION =
The job includes paid time off for vacation.
10
- VISION =
The job includes vision services covered by a vision insurance plan.
11