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

ListSavedReportsResponse

import type { ListSavedReportsResponse } from "https://googleapis.deno.dev/v1/adsense:v2.ts";

Response definition for the saved reports list rpc.

interface ListSavedReportsResponse {
nextPageToken?: string;
savedReports?: SavedReport[];
}

§Properties

§
nextPageToken?: string
[src]

Continuation token used to page through reports. To retrieve the next page of the results, set the next request's "page_token" value to this.

§
savedReports?: SavedReport[]
[src]

The reports returned in this list response.