google_api_classroom v0.14.2 GoogleApi.Classroom.V1.Model.Guardian View Source
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.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.Classroom.V1.Model.Guardian{ guardianId: String.t(), guardianProfile: GoogleApi.Classroom.V1.Model.UserProfile.t(), invitedEmailAddress: String.t(), studentId: String.t() }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.