Reply class

A reply to a comment on a file.

Some resource methods (such as replies.update) require a replyId. Use the replies.list method to retrieve the ID for a reply.

Constructors

Reply({String? action, User? author, String? content, DateTime? createdTime, bool? deleted, String? htmlContent, String? id, String? kind, DateTime? modifiedTime})
Reply.fromJson(Map json_)

Properties

action String?
The action the reply performed to the parent comment.
getter/setter pair
author User?
The author of the reply.
getter/setter pair
content String?
The plain text content of the reply.
getter/setter pair
createdTime DateTime?
The time at which the reply was created (RFC 3339 date-time).
getter/setter pair
deleted bool?
Whether the reply has been deleted.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
htmlContent String?
The content of the reply with HTML formatting.
getter/setter pair
id String?
The ID of the reply.
getter/setter pair
kind String?
Identifies what kind of resource this is.
getter/setter pair
modifiedTime DateTime?
The last time the reply was modified (RFC 3339 date-time).
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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