CommentMetadata

Describes the metadata of a comment.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The ID of the comment.

Link copied to clipboard

The status of the comment.

Link copied to clipboard

The user who made the comment.

Link copied to clipboard

The ID of the user who made the comment.

Link copied to clipboard

The timestamp that the comment was created.

Link copied to clipboard

The ID of the user being replied to.

Functions

Link copied to clipboard
inline fun copy(block: CommentMetadata.Builder.() -> Unit = {}): CommentMetadata
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String