Show / Hide Table of Contents

Class ListJobsResponse

Response message for ReportingService.ListJobs.

Inheritance
object
ListJobsResponse
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX