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

Move

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

An object was moved.

interface Move {
addedParents?: TargetReference[];
removedParents?: TargetReference[];
}

§Properties

§
addedParents?: TargetReference[]
[src]

The added parent object(s).

§
removedParents?: TargetReference[]
[src]

The removed parent object(s).