Class ListJobsResponse
Response message for listing jobs using ListJobs.
Implements
Inherited Members
Namespace: Google.Apis.CloudScheduler.v1.Data
Assembly: Google.Apis.CloudScheduler.v1.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 list of jobs.
Declaration
[JsonProperty("jobs")]
public virtual IList<Job> Jobs { get; set; }
Property Value
Type | Description |
---|---|
IList<Job> |
NextPageToken
A token to retrieve next page of results. Pass this value in the page_token field in the subsequent call to ListJobs to retrieve the next page of results. If this is empty it indicates that there are no more results through which to paginate. The page token is valid for only 2 hours.
Declaration
[JsonProperty("nextPageToken")]
public virtual string NextPageToken { get; set; }
Property Value
Type | Description |
---|---|
string |