google_api_classroom v0.5.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 nil.

  • invitationId (String.t): Unique identifier for this invitation.

Read-only. Defaults to nil.

  • invitedEmailAddress (String.t): Email address that the invitation was sent to. This field is only visible to domain administrators. Defaults to nil.
  • state (String.t): The state that this invitation is in. Defaults to nil.
  • studentId (String.t): ID of the student (in standard format) Defaults to nil.

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() :: %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

Link to this function

decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.