User
import type { User } from "https://googleapis.deno.dev/v1/drive:v3.ts";
Information about a Drive user.
interface User {
readonly displayName?: string;
readonly emailAddress?: string;
readonly kind?: string;
readonly me?: boolean;
readonly permissionId?: string;
readonly photoLink?: string;
}§Properties
§
readonly emailAddress?: string
[src]Output only. The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester.