View Source GoogleApi.Classroom.V1.Model.Guardian (google_api_classroom v0.21.2)
Association between a student and a guardian of that student. The guardian may receive information about the student's course work.
Attributes
-
guardianId(type:String.t, default:nil) - Identifier for the guardian. -
guardianProfile(type:GoogleApi.Classroom.V1.Model.UserProfile.t, default:nil) - User profile for the guardian. -
invitedEmailAddress(type:String.t, default:nil) - The email address to which the initial guardian invitation was sent. This field is only visible to domain administrators. -
studentId(type:String.t, default:nil) - Identifier for the student to whom the guardian relationship applies.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Classroom.V1.Model.Guardian{ guardianId: String.t() | nil, guardianProfile: GoogleApi.Classroom.V1.Model.UserProfile.t() | nil, invitedEmailAddress: String.t() | nil, studentId: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.