Show / Hide Table of Contents

Class ModifyIndividualStudentsOptions

Contains fields to add or remove students from a course work or announcement where the assigneeMode is set to INDIVIDUAL_STUDENTS.

Inheritance
object
ModifyIndividualStudentsOptions
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 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>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX