View Source GoogleApi.Classroom.V1.Model.GuardianInvitation (google_api_classroom v0.21.2)

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)

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Classroom.V1.Model.GuardianInvitation{
  creationTime: DateTime.t() | nil,
  invitationId: String.t() | nil,
  invitedEmailAddress: String.t() | nil,
  state: String.t() | nil,
  studentId: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.