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

ReportList

import type { ReportList } from "https://googleapis.deno.dev/v1/dfareporting:v4.ts";

Represents the list of reports.

interface ReportList {
etag?: string;
items?: Report[];
kind?: string;
nextPageToken?: string;
}

§Properties

§
etag?: string
[src]

The eTag of this response for caching purposes.

§
items?: Report[]
[src]

The reports returned in this response.

§
kind?: string
[src]

The kind of list this is, in this case dfareporting#reportList.

§
nextPageToken?: string
[src]

Continuation token used to page through reports. To retrieve the next page of results, set the next request's "pageToken" to the value of this field. The page token is only valid for a limited amount of time and should not be persisted.