Class ModifyIndividualStudentsOptions
Contains fields to add or remove students from a course work or announcement where the assigneeMode
is set to
INDIVIDUAL_STUDENTS
.
Implements
Inherited Members
Namespace: Google.Apis.Classroom.v1.Data
Assembly: Google.Apis.Classroom.v1.dll
Syntax
public class ModifyIndividualStudentsOptions : IDirectResponseSchema
Properties
AddStudentIds
IDs of students to be added as having access to this coursework/announcement.
Declaration
[JsonProperty("addStudentIds")]
public virtual IList<string> AddStudentIds { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
RemoveStudentIds
IDs of students to be removed from having access to this coursework/announcement.
Declaration
[JsonProperty("removeStudentIds")]
public virtual IList<string> RemoveStudentIds { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |