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

GoogleCloudChannelV1AdminUser

import type { GoogleCloudChannelV1AdminUser } from "https://googleapis.deno.dev/v1/cloudchannel:v1.ts";

Information needed to create an Admin User for Google Workspace.

interface GoogleCloudChannelV1AdminUser {
email?: string;
familyName?: string;
givenName?: string;
}

§Properties

§
email?: string
[src]

Primary email of the admin user.

§
familyName?: string
[src]

Family name of the admin user.

§
givenName?: string
[src]

Given name of the admin user.