CoursesResource class
Methods
-
create(Course request, {String? $fields})
→ Future<Course>
-
Creates a course.
-
delete(String id, {String? $fields})
→ Future<Empty>
-
Deletes a course.
-
get(String id, {String? $fields})
→ Future<Course>
-
Returns a course.
-
list({List<String>? courseStates, int? pageSize, String? pageToken, String? studentId, String? teacherId, String? $fields})
→ Future<ListCoursesResponse>
-
Returns a list of courses that the requesting user is permitted to view,
restricted to those that match the request.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
patch(Course request, String id, {String? updateMask, String? $fields})
→ Future<Course>
-
Updates one or more fields in a course.
-
toString()
→ String
-
A string representation of this object.
inherited
-
update(Course request, String id, {String? $fields})
→ Future<Course>
-
Updates a course.