Class ListReportsResponse
Response message for ReportingService.ListReports.
Implements
Inherited Members
Namespace: Google.Apis.YouTubeReporting.v1.Data
Assembly: Google.Apis.YouTubeReporting.v1.dll
Syntax
public class ListReportsResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
NextPageToken
A token to retrieve next page of results. Pass this value in the ListReportsRequest.page_token field in the
subsequent call to ListReports
method to retrieve the next page of results.
Declaration
[JsonProperty("nextPageToken")]
public virtual string NextPageToken { get; set; }
Property Value
Type | Description |
---|---|
string |
Reports
The list of report types.
Declaration
[JsonProperty("reports")]
public virtual IList<Report> Reports { get; set; }
Property Value
Type | Description |
---|---|
IList<Report> |