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

FilesGenerateIdsOptions

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

Additional options for Drive#filesGenerateIds.

interface FilesGenerateIdsOptions {
count?: number;
space?: string;
type?: string;
}

§Properties

§
count?: number
[src]

The number of IDs to return.

§
space?: string
[src]

The space in which the IDs can be used to create files. Supported values are drive and appDataFolder. (Default: drive.) For more information, see File organization.

§
type?: string
[src]

The type of items which the IDs can be used for. Supported values are files and shortcuts. Note that shortcuts are only supported in the drive space. (Default: files.) For more information, see File organization.