Class Guardian
Association between a student and a guardian of that student. The guardian may receive information about the student's course work.
Inheritance
System.Object
Guardian
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.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 |
|---|---|
| System.String |
GuardianId
Identifier for the guardian.
Declaration
[JsonProperty("guardianId")]
public virtual string GuardianId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.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 |
|---|---|
| System.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 |
|---|---|
| System.String |