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

GeneratedIds

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

A list of generated file IDs which can be provided in create requests.

interface GeneratedIds {
ids?: string[];
kind?: string;
space?: string;
}

§Properties

§
ids?: string[]
[src]

The IDs generated for the requesting user in the specified space.

§
kind?: string
[src]

Identifies what kind of resource this is. Value: the fixed string "drive#generatedIds".

§
space?: string
[src]

The type of file that can be created with these IDs.