Show / Hide Table of Contents

Class Guardian

Association between a student and a guardian of that student. The guardian may receive information about the student's course work.

Inheritance
object
Guardian
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Classroom.v1.Data
Assembly: Google.Apis.Classroom.v1.dll
Syntax
public class Guardian : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

GuardianId

Identifier for the guardian.

Declaration
[JsonProperty("guardianId")]
public virtual string GuardianId { get; set; }
Property Value
Type Description
string

GuardianProfile

User profile for the guardian.

Declaration
[JsonProperty("guardianProfile")]
public virtual UserProfile GuardianProfile { get; set; }
Property Value
Type Description
UserProfile

InvitedEmailAddress

The email address to which the initial guardian invitation was sent. This field is only visible to domain administrators.

Declaration
[JsonProperty("invitedEmailAddress")]
public virtual string InvitedEmailAddress { get; set; }
Property Value
Type Description
string

StudentId

Identifier for the student to whom the guardian relationship applies.

Declaration
[JsonProperty("studentId")]
public virtual string StudentId { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX