CommentsResourceApi class
Properties
-
hashCode
→ int
-
The hash code for this object. [...]
read-only, inherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
read-only, inherited
Methods
-
delete(String fileId, {String $fields})
→ Future
-
Deletes a comment. [...]
-
get(String fileId, {bool includeDeleted, String $fields})
→ Future<Comment>
-
Gets a comment by ID. [...]
-
insert(Comment request, String fileId, {String $fields})
→ Future<Comment>
-
Creates a new comment on the given file. [...]
-
list(String fileId, {bool includeDeleted, int maxResults, String pageToken, String updatedMin, String $fields})
→ Future<CommentList>
-
Lists a file's comments. [...]
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a non-existent method or property is accessed. [...]
inherited
-
patch(Comment request, String fileId, {String $fields})
→ Future<Comment>
-
Updates an existing comment. [...]
-
toString()
→ String
-
Returns a string representation of this object.
inherited
-
update(Comment request, String fileId, {String $fields})
→ Future<Comment>
-
Updates an existing comment. [...]