jobView property

String? jobView
getter/setter pair

The desired job attributes returned for jobs in the search response.

Defaults to JobView.SMALL if no value is specified.

Optional. Possible string values are:

  • "JOB_VIEW_UNSPECIFIED" : Default value.
  • "JOB_VIEW_ID_ONLY" : A ID only view of job, with following attributes: Job.name, Job.requisition_id, Job.language_code.
  • "JOB_VIEW_MINIMAL" : A minimal view of the job, with the following attributes: Job.name, Job.requisition_id, Job.title, Job.company_name, Job.DerivedInfo.locations, Job.language_code.
  • "JOB_VIEW_SMALL" : A small view of the job, with the following attributes in the search results: Job.name, Job.requisition_id, Job.title, Job.company_name, Job.DerivedInfo.locations, Job.visibility, Job.language_code, Job.description.
  • "JOB_VIEW_FULL" : All available attributes are included in the search results.

Implementation

core.String? jobView;