google_api_classroom v0.0.1 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 (String): Identifier for the guardian. Defaults to:
null
. - guardianProfile (UserProfile): User profile for the guardian. Defaults to:
null
. - invitedEmailAddress (String): The email address to which the initial guardian invitation was sent. This field is only visible to domain administrators. Defaults to:
null
. - studentId (String): Identifier for the student to whom the guardian relationship applies. Defaults to:
null
.