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

User

import type { User } from "https://googleapis.deno.dev/v1/alertcenter:v1beta1.ts";

A user.

interface User {
displayName?: string;
emailAddress?: string;
}

§Properties

§
displayName?: string
[src]

Display name of the user.

§
emailAddress?: string
[src]

Email address of the user.