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

SignedinUser

import type { SignedinUser } from "https://googleapis.deno.dev/v1/meet:v2.ts";

A signed-in user can be: a) An individual joining from a personal computer, mobile device, or through companion mode. b) A robot account used by conference room devices.

interface SignedinUser {
readonly displayName?: string;
readonly user?: string;
}

§Properties

§
readonly displayName?: string
[src]

Output only. For a personal device, it's the user's first name and last name. For a robot account, it's the administrator-specified device name. For example, "Altostrat Room".

§
readonly user?: string
[src]

Output only. Unique ID for the user. Interoperable with Admin SDK API and People API. Format: users/{user}