google_api_classroom v0.10.0 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
(type:DateTime.t
, default:nil
) - The time that this invitation was created.Read-only.
invitationId
(type:String.t
, default:nil
) - Unique identifier for this invitation.Read-only.
invitedEmailAddress
(type:String.t
, default:nil
) - Email address that the invitation was sent to. This field is only visible to domain administrators.state
(type:String.t
, default:nil
) - The state that this invitation is in.studentId
(type:String.t
, default:nil
) - ID of the student (in standard format)
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Sourcet() :: %GoogleApi.Classroom.V1.Model.GuardianInvitation{ creationTime: DateTime.t(), invitationId: String.t(), invitedEmailAddress: String.t(), state: String.t(), studentId: String.t() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.