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

Create

import type { Create } from "https://googleapis.deno.dev/v1/driveactivity:v2.ts";

An object was created.

interface Create {
copy?: Copy;
new?: New;
upload?: Upload;
}

§Properties

§
copy?: Copy
[src]

If present, indicates the object was created by copying an existing Drive object.

§
new?: New
[src]

If present, indicates the object was newly created (e.g. as a blank document), not derived from a Drive object or external object.

§
upload?: Upload
[src]

If present, indicates the object originated externally and was uploaded to Drive.