CoursesStudentGroupsResource class

Constructors

CoursesStudentGroupsResource(ApiRequester client)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
studentGroupMembers CoursesStudentGroupsStudentGroupMembersResource
no setter

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

Operators

operator ==(Object other) bool
The equality operator.
inherited