Show / Hide Table of Contents

Enum ProjectsResource.JobsResource.ListRequest.JobViewEnum

Optional. 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.v3p1beta1
Assembly: Google.Apis.CloudTalentSolution.v3p1beta1.dll
Syntax
public enum ProjectsResource.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_name, 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_name, Job.DerivedInfo.locations, Job.visibility, Job.language_code, Job.description.

JOBVIEWUNSPECIFIED

Default value.

In this article
Back to top Generated by DocFX