CoursesCourseWorkMaterialsResource class 
 
    
    
  
    
  
    
  
    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.
  
- 
  getAddOnContext(String courseId, String itemId, {String? addOnToken, String? attachmentId, String? postId, String? $fields})
    → Future<AddOnContext>
  
  
- 
  Gets metadata for Classroom add-ons in the context of a specific post.
  
- 
  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