Show / Hide Table of Contents

Class GuardianInvitation

An invitation to become the guardian of a specified user, sent to a specified email address.

Inheritance
object
GuardianInvitation
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 GuardianInvitation : IDirectResponseSchema

Properties

CreationTime

object representation of CreationTimeRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use CreationTimeDateTimeOffset instead.")]
public virtual object CreationTime { get; set; }
Property Value
Type Description
object

CreationTimeDateTimeOffset

DateTimeOffset representation of CreationTimeRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? CreationTimeDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

CreationTimeRaw

The time that this invitation was created. Read-only.

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

ETag

The ETag of the item.

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

InvitationId

Unique identifier for this invitation. Read-only.

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

InvitedEmailAddress

Email address that the invitation was sent to. This field is only visible to domain administrators.

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

State

The state that this invitation is in.

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

StudentId

ID of the student (in standard format)

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