Class StudentGroupMember
A student member in a student group.
Implements
Inherited Members
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 |