Enum ProjectsResource.TenantsResource.JobsResource.ListRequest.JobViewEnum
The desired job attributes returned for jobs in the search response. Defaults to JobView.JOB_VIEW_FULL if no value is specified.
Namespace: Google.Apis.CloudTalentSolution.v4
Assembly: Google.Apis.CloudTalentSolution.v4.dll
Syntax
public enum ProjectsResource.TenantsResource.JobsResource.ListRequest.JobViewEnum
Fields
Name | Description |
---|---|
JOBVIEWFULL | All available attributes are included in the search results. |
JOBVIEWIDONLY | A ID only view of job, with following attributes: Job.name, Job.requisition_id, Job.language_code. |
JOBVIEWMINIMAL | A minimal view of the job, with the following attributes: Job.name, Job.requisition_id, Job.title, Job.company, Job.DerivedInfo.locations, Job.language_code. |
JOBVIEWSMALL | A small view of the job, with the following attributes in the search results: Job.name, Job.requisition_id, Job.title, Job.company, Job.DerivedInfo.locations, Job.visibility, Job.language_code, Job.description. |
JOBVIEWUNSPECIFIED | Default value. |