RepliesResource 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(Reply request, String fileId, String? $fields})
→ Future<Reply>
-
Creates a reply to a comment.
-
delete(String fileId, String replyId, {String? $fields})
→ Future<void>
-
Deletes a reply.
-
get(String fileId, String replyId, {bool? includeDeleted, String? $fields})
→ Future<Reply>
-
Gets a reply by ID.
-
list(String fileId, bool? includeDeleted, int? pageSize, String? pageToken, String? $fields})
→ Future<ReplyList>
-
Lists a comment's replies.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited
-
update(Reply request, String fileId, String replyId, {String? $fields})
→ Future<Reply>
-
Updates a reply with patch semantics.