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

TeamdrivesCreateOptions

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

Additional options for Drive#teamdrivesCreate.

interface TeamdrivesCreateOptions {
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 Team Drive. A repeated request by the same user and with the same request ID will avoid creating duplicates by attempting to create the same Team Drive. If the Team Drive already exists a 409 error will be returned.