Comment class
Properties
-
author
↔ CommentAuthor?
-
The author of this Comment.
getter/setter pair
-
blog
↔ CommentBlog?
-
Data about the blog containing this comment.
getter/setter pair
-
content
↔ String?
-
The actual content of the comment.
getter/setter pair
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
id
↔ String?
-
The identifier for this resource.
getter/setter pair
-
inReplyTo
↔ CommentInReplyTo?
-
Data about the comment this is in reply to.
getter/setter pair
-
kind
↔ String?
-
The kind of this entry.
getter/setter pair
-
post
↔ CommentPost?
-
Data about the post containing this comment.
getter/setter pair
-
published
↔ String?
-
RFC 3339 date-time when this comment was published.
getter/setter pair
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
-
selfLink
↔ String?
-
The API REST URL to fetch this resource from.
getter/setter pair
-
status
↔ String?
-
The status of the comment (only populated for admin users).
Possible string values are:
getter/setter pair
-
updated
↔ String?
-
RFC 3339 date-time when this comment was last updated.
getter/setter pair