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

Rename

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

An object was renamed.

interface Rename {
newTitle?: string;
oldTitle?: string;
}

§Properties

§
newTitle?: string
[src]

The new title of the drive object.

§
oldTitle?: string
[src]

The previous title of the drive object.