CoursesStudentsResource class
Properties
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
create(Student request, String courseId, {String? enrollmentCode, String? $fields})
→ Future<Student>
-
Adds a user as a student of a course.
-
delete(String courseId, String userId, {String? $fields})
→ Future<Empty>
-
Deletes a student of a course.
-
get(String courseId, String userId, {String? $fields})
→ Future<Student>
-
Returns a student of a course.
-
list(String courseId, {int? pageSize, String? pageToken, String? $fields})
→ Future<ListStudentsResponse>
-
Returns a list of students of this course that the requester is permitted
to view.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited