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

AppsListOptions

import type { AppsListOptions } from "https://googleapis.deno.dev/v1/drive:v3.ts";

Additional options for Drive#appsList.

interface AppsListOptions {
appFilterExtensions?: string;
appFilterMimeTypes?: string;
languageCode?: string;
}

§Properties

§
appFilterExtensions?: string
[src]

A comma-separated list of file extensions to limit returned results. All results within the given app query scope which can open any of the given file extensions are included in the response. If appFilterMimeTypes are provided as well, the result is a union of the two resulting app lists.

§
appFilterMimeTypes?: string
[src]

A comma-separated list of file extensions to limit returned results. All results within the given app query scope which can open any of the given MIME types will be included in the response. If appFilterExtensions are provided as well, the result is a union of the two resulting app lists.

§
languageCode?: string
[src]

A language or locale code, as defined by BCP 47, with some extensions from Unicode's LDML format (http://www.unicode.org/reports/tr35/).