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

FilesListOptions

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

Additional options for dfareporting#filesList.

interface FilesListOptions {
maxResults?: number;
pageToken?: string;
scope?: "ALL" | "MINE" | "SHARED_WITH_ME";
sortField?: "ID" | "LAST_MODIFIED_TIME";
sortOrder?: "ASCENDING" | "DESCENDING";
}

§Properties

§
maxResults?: number
[src]

Maximum number of results to return.

§
pageToken?: string
[src]

The value of the nextToken from the previous result page.

§
scope?: "ALL" | "MINE" | "SHARED_WITH_ME"
[src]

The scope that defines which results are returned.

§
sortField?: "ID" | "LAST_MODIFIED_TIME"
[src]

The field by which to sort the list.

§
sortOrder?: "ASCENDING" | "DESCENDING"
[src]

Order of sorted results.