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

DrivesCreateOptions

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

Additional options for Drive#drivesCreate.

interface DrivesCreateOptions {
requestId: string;
}

§Properties

§
requestId: string
[src]

Required. An ID, such as a random UUID, which uniquely identifies this user's request for idempotent creation of a shared drive. A repeated request by the same user and with the same request ID will avoid creating duplicates by attempting to create the same shared drive. If the shared drive already exists a 409 error will be returned.