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

Name

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

Details of the user's name.

interface Name {
familyName?: string;
fullName?: string;
givenName?: string;
}

§Properties

§
familyName?: string
[src]

The user's last name. Read-only.

§
fullName?: string
[src]

The user's full name formed by concatenating the first and last name values. Read-only.

§
givenName?: string
[src]

The user's first name. Read-only.