google_api_classroom v0.4.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 (DateTime.t): The time that this invitation was created. Read-only. Defaults to:
null. - invitationId (String.t): Unique identifier for this invitation. Read-only. Defaults to:
null. - invitedEmailAddress (String.t): Email address that the invitation was sent to. This field is only visible to domain administrators. Defaults to:
null. state (String.t): The state that this invitation is in. Defaults to:
null.- Enum - one of [GUARDIAN_INVITATION_STATE_UNSPECIFIED, PENDING, COMPLETE]
- studentId (String.t): ID of the student (in standard format) Defaults to:
null.
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 Source
t()
View Source
t() :: %GoogleApi.Classroom.V1.Model.GuardianInvitation{
creationTime: DateTime.t(),
invitationId: any(),
invitedEmailAddress: any(),
state: any(),
studentId: any()
}
t() :: %GoogleApi.Classroom.V1.Model.GuardianInvitation{
creationTime: DateTime.t(),
invitationId: any(),
invitedEmailAddress: any(),
state: any(),
studentId: any()
}
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.