CoursesCourseWorkMaterialsResource 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(CourseWorkMaterial request, String courseId, {String? $fields})
→ Future<CourseWorkMaterial>
-
Creates a course work material.
-
delete(String courseId, String id, {String? $fields})
→ Future<Empty>
-
Deletes a course work material.
-
get(String courseId, String id, {String? $fields})
→ Future<CourseWorkMaterial>
-
Returns a course work material.
-
list(String courseId, {List<String>? courseWorkMaterialStates, String? materialDriveId, String? materialLink, String? orderBy, int? pageSize, String? pageToken, String? $fields})
→ Future<ListCourseWorkMaterialResponse>
-
Returns a list of course work material that the requester is permitted to
view.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
patch(CourseWorkMaterial request, String courseId, String id, {String? updateMask, String? $fields})
→ Future<CourseWorkMaterial>
-
Updates one or more fields of a course work material.
-
toString()
→ String
-
A string representation of this object.
inherited