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

Owner

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

Information about the owner of a Drive item.

interface Owner {
domain?: Domain;
teamDrive?: TeamDriveReference;
user?: User;
}

§Properties

§
domain?: Domain
[src]

The domain of the Drive item owner.

§

The drive that owns the item.

§

This field is deprecated; please use the drive field instead.

§
user?: User
[src]

The user that owns the Drive item.