RepliesResource class

Constructors

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

delete(String fileId, String commentId, String replyId, {String? $fields}) Future<void>
Deletes a reply.
get(String fileId, String commentId, String replyId, {bool? includeDeleted, String? $fields}) Future<CommentReply>
Gets a reply.
insert(CommentReply request, String fileId, String commentId, {String? $fields}) Future<CommentReply>
Creates a new reply to the given comment.
list(String fileId, String commentId, {bool? includeDeleted, int? maxResults, String? pageToken, String? $fields}) Future<CommentReplyList>
Lists all of the replies to a comment.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
patch(CommentReply request, String fileId, String commentId, String replyId, {String? $fields}) Future<CommentReply>
Updates an existing reply.
toString() String
A string representation of this object.
inherited
update(CommentReply request, String fileId, String commentId, String replyId, {String? $fields}) Future<CommentReply>
Updates an existing reply.

Operators

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