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

FileList

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

List of files for a report.

interface FileList {
etag?: string;
items?: File[];
kind?: string;
nextPageToken?: string;
}

§Properties

§
etag?: string
[src]

Etag of this resource.

§
items?: File[]
[src]

The files returned in this response.

§
kind?: string
[src]

Identifies what kind of resource this is. Value: the fixed string "dfareporting#fileList".

§
nextPageToken?: string
[src]

Continuation token used to page through files. 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.