CommentsResource class

Constructors

CommentsResource(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

Methods

create(Comment request, String fileId, {String? $fields}) Future<Comment>
Creates a comment on a file.
delete(String fileId, String commentId, {String? $fields}) Future<void>
Deletes a comment.
get(String fileId, String commentId, {bool? includeDeleted, String? $fields}) Future<Comment>
Gets a comment by ID.
list(String fileId, {bool? includeDeleted, int? pageSize, String? pageToken, String? startModifiedTime, String? $fields}) Future<CommentList>
Lists a file's comments.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
update(Comment request, String fileId, String commentId, {String? $fields}) Future<Comment>
Updates a comment with patch semantics.

Operators

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