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

AdminUser

import type { AdminUser } from "https://googleapis.deno.dev/v1/contactcenteraiplatform:v1alpha1.ts";

Message storing info about the first admin user. Next ID: 3

interface AdminUser {
familyName?: string;
givenName?: string;
}

§Properties

§
familyName?: string
[src]

Optional. Last/family name of the first admin user.

§
givenName?: string
[src]

Optional. First/given name of the first admin user.