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

GoogleCloudChannelV1ContactInfo

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

Contact information for a customer account.

interface GoogleCloudChannelV1ContactInfo {
readonly displayName?: string;
email?: string;
firstName?: string;
lastName?: string;
phone?: string;
title?: string;
}

§Properties

§
readonly displayName?: string
[src]

Output only. The customer account contact's display name, formatted as a combination of the customer's first and last name.

§
email?: string
[src]

The customer account's contact email. Required for entitlements that create admin.google.com accounts, and serves as the customer's username for those accounts. Use this email to invite Team customers.

§
firstName?: string
[src]

The customer account contact's first name. Optional for Team customers.

§
lastName?: string
[src]

The customer account contact's last name. Optional for Team customers.

§
phone?: string
[src]

The customer account's contact phone number.

§
title?: string
[src]

Optional. The customer account contact's job title.