Class ListJobsResponse
Output only. List jobs response.
Implements
Inherited Members
Namespace: Google.Apis.CloudTalentSolution.v3p1beta1.Data
Assembly: Google.Apis.CloudTalentSolution.v3p1beta1.dll
Syntax
public class ListJobsResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Jobs
The Jobs for a given company. The maximum number of items returned is based on the limit field provided in the request.
Declaration
[JsonProperty("jobs")]
public virtual IList<Job> Jobs { get; set; }
Property Value
Type | Description |
---|---|
IList<Job> |
Metadata
Additional information for the API invocation, such as the request tracking id.
Declaration
[JsonProperty("metadata")]
public virtual ResponseMetadata Metadata { get; set; }
Property Value
Type | Description |
---|---|
ResponseMetadata |
NextPageToken
A token to retrieve the next page of results.
Declaration
[JsonProperty("nextPageToken")]
public virtual string NextPageToken { get; set; }
Property Value
Type | Description |
---|---|
string |