Module: Google::Cloud::Talent::V4::LocationFilter::TelecommutePreference
- Defined in:
- proto_docs/google/cloud/talent/v4/filters.rb
Overview
Specify whether to include telecommute jobs.
Constant Summary collapse
- TELECOMMUTE_PREFERENCE_UNSPECIFIED =
Default value if the telecommute preference isn't specified.
0
- TELECOMMUTE_EXCLUDED =
Deprecated: Ignore telecommute status of jobs. Use TELECOMMUTE_JOBS_EXCLUDED if want to exclude telecommute jobs.
1
- TELECOMMUTE_ALLOWED =
Allow telecommute jobs.
2
- TELECOMMUTE_JOBS_EXCLUDED =
Exclude telecommute jobs.
3