Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

ListReportTypesResponse

import type { ListReportTypesResponse } from "https://googleapis.deno.dev/v1/youtubereporting:v1.ts";

Response message for ReportingService.ListReportTypes.

interface ListReportTypesResponse {
nextPageToken?: string;
reportTypes?: ReportType[];
}

§Properties

§
nextPageToken?: string
[src]

A token to retrieve next page of results. Pass this value in the ListReportTypesRequest.page_token field in the subsequent call to ListReportTypes method to retrieve the next page of results.

§
reportTypes?: ReportType[]
[src]

The list of report types.