CoursesAnnouncementsAddOnAttachmentsResource 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(AddOnAttachment request, String courseId, String itemId, {String? addOnToken, String? postId, String? $fields})
    → Future<AddOnAttachment>
  
  
- 
  Creates an add-on attachment under a post.
  
- 
  delete(String courseId, String itemId, String attachmentId, {String? postId, String? $fields})
    → Future<Empty>
  
  
- 
  Deletes an add-on attachment.
  
- 
  get(String courseId, String itemId, String attachmentId, {String? postId, String? $fields})
    → Future<AddOnAttachment>
  
  
- 
  Returns an add-on attachment.
  
- 
  list(String courseId, String itemId, {int? pageSize, String? pageToken, String? postId, String? $fields})
    → Future<ListAddOnAttachmentsResponse>
  
  
- 
  Returns all attachments created by an add-on under the post.
  
- 
  noSuchMethod(Invocation invocation)
    → dynamic
  
  
- 
  Invoked when a nonexistent method or property is accessed.
  inherited 
- 
  patch(AddOnAttachment request, String courseId, String itemId, String attachmentId, {String? postId, String? updateMask, String? $fields})
    → Future<AddOnAttachment>
  
  
- 
  Updates an add-on attachment.
  
- 
  toString()
    → String
  
  
- 
  A string representation of this object.
  inherited