Class Guardian
Association between a student and a guardian of that student. The guardian may receive information about the student's course work.
Implements
Inherited Members
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 |