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

GuardianInvitation

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

An invitation to become the guardian of a specified user, sent to a specified email address.

interface GuardianInvitation {
creationTime?: Date;
invitationId?: string;
invitedEmailAddress?: string;
state?: "GUARDIAN_INVITATION_STATE_UNSPECIFIED" | "PENDING" | "COMPLETE";
studentId?: string;
}

§Properties

§
creationTime?: Date
[src]

The time that this invitation was created. Read-only.

§
invitationId?: string
[src]

Unique identifier for this invitation. Read-only.

§
invitedEmailAddress?: string
[src]

Email address that the invitation was sent to. This field is only visible to domain administrators.

§
state?: "GUARDIAN_INVITATION_STATE_UNSPECIFIED" | "PENDING" | "COMPLETE"
[src]

The state that this invitation is in.

§
studentId?: string
[src]

ID of the student (in standard format)