google_api_classroom v0.0.1 GoogleApi.Classroom.V1.Model.GuardianInvitation View Source
An invitation to become the guardian of a specified user, sent to a specified email address.
Attributes
- creationTime (String): The time that this invitation was created. Read-only. Defaults to:
null
. - invitationId (String): Unique identifier for this invitation. Read-only. Defaults to:
null
. - invitedEmailAddress (String): Email address that the invitation was sent to. This field is only visible to domain administrators. Defaults to:
null
. state (String): The state that this invitation is in. Defaults to:
null
.- Enum - one of [GUARDIAN_INVITATION_STATE_UNSPECIFIED, PENDING, COMPLETE]
- studentId (String): ID of the student (in standard format) Defaults to:
null
.