Show / Hide Table of Contents

Class StudentGroupMember

A student member in a student group.

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

Properties

CourseId

The identifier of the course.

Declaration
[JsonProperty("courseId")]
public virtual string CourseId { 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

StudentGroupId

The identifier of the student group.

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

UserId

Identifier of the student.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX