google_api_classroom v0.5.0 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.t): Identifier for the guardian. Defaults to
nil
. - guardianProfile (GoogleApi.Classroom.V1.Model.UserProfile.t): User profile for the guardian. Defaults to
nil
. - invitedEmailAddress (String.t): The email address to which the initial guardian invitation was sent.
This field is only visible to domain administrators. Defaults to
nil
. - studentId (String.t): Identifier for the student to whom the guardian relationship applies. 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()
View Source
t() :: %GoogleApi.Classroom.V1.Model.Guardian{
guardianId: String.t(),
guardianProfile: GoogleApi.Classroom.V1.Model.UserProfile.t(),
invitedEmailAddress: String.t(),
studentId: String.t()
}
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
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.