CoursesCourseWorkResource class

Constructors

CoursesCourseWorkResource(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
studentSubmissions CoursesCourseWorkStudentSubmissionsResource
no setter

Methods

create(CourseWork request, String courseId, {String? $fields}) Future<CourseWork>
Creates course work.
delete(String courseId, String id, {String? $fields}) Future<Empty>
Deletes a course work.
get(String courseId, String id, {String? $fields}) Future<CourseWork>
Returns course work.
list(String courseId, {List<String>? courseWorkStates, String? orderBy, int? pageSize, String? pageToken, String? $fields}) Future<ListCourseWorkResponse>
Returns a list of course work that the requester is permitted to view.
modifyAssignees(ModifyCourseWorkAssigneesRequest request, String courseId, String id, {String? $fields}) Future<CourseWork>
Modifies assignee mode and options of a coursework.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
patch(CourseWork request, String courseId, String id, {String? updateMask, String? $fields}) Future<CourseWork>
Updates one or more fields of a course work.
toString() String
A string representation of this object.
inherited

Operators

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