UserProfileComment

data class UserProfileComment(val id: String, val body: String, val createdAt: String, val featureRequestId: String, val featureRequestTitle: String, val appId: String, val appName: String)(source)

A user comment displayed on their public profile activity feed.

Constructors

Link copied to clipboard
constructor(id: String, body: String, createdAt: String, featureRequestId: String, featureRequestTitle: String, appId: String, appName: String)

Properties

Link copied to clipboard

ID of the application owning the feature request.

Link copied to clipboard

Display name of the application.

Link copied to clipboard

Text content of the comment.

Link copied to clipboard

ISO 8601 creation timestamp.

Link copied to clipboard

ID of the feature request where the comment was posted.

Link copied to clipboard

Title of the feature request.

Link copied to clipboard
val id: String

Unique comment ID.