Class ListJobsResponse
Response message for ReportingService.ListJobs.
Implements
Inherited Members
Namespace: Google.Apis.YouTubeReporting.v1.Data
Assembly: Google.Apis.YouTubeReporting.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 ListJobsRequest.page_token field in the
subsequent call to ListJobs
method to retrieve the next page of results.
Declaration
[JsonProperty("nextPageToken")]
public virtual string NextPageToken { get; set; }
Property Value
Type | Description |
---|---|
string |