CoursesTeachersResource class
Constructors
- CoursesTeachersResource(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
Methods
-
create(
Teacher request, String courseId, {String? $fields}) → Future< Teacher> - Creates a teacher of a course.
-
delete(
String courseId, String userId, {String? $fields}) → Future< Empty> - Removes the specified teacher from the specified course.
-
get(
String courseId, String userId, {String? $fields}) → Future< Teacher> - Returns a teacher of a course.
-
list(
String courseId, {int? pageSize, String? pageToken, String? $fields}) → Future< ListTeachersResponse> - Returns a list of teachers 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
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited