CoursesStudentGroupsResource class
Methods
-
create(StudentGroup request, String courseId, {String? $fields})
→ Future<StudentGroup>
-
Creates a student group for a course.
-
delete(String courseId, String id, {String? $fields})
→ Future<Empty>
-
Deletes a student group.
-
list(String courseId, {int? pageSize, String? pageToken, String? $fields})
→ Future<ListStudentGroupsResponse>
-
Returns a list of groups in a course.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
patch(StudentGroup request, String courseId, String id, {String? updateMask, String? $fields})
→ Future<StudentGroup>
-
Updates one or more fields in a student group.
-
toString()
→ String
-
A string representation of this object.
inherited