Comment

class Comment

Describes 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 details of the user who made the comment.

Link copied to clipboard

The time that the comment was created.

Link copied to clipboard

The ID of the parent comment.

Link copied to clipboard

If the comment is a reply to another user's comment, this field contains the user ID of the user being replied to.

Link copied to clipboard

The status of the comment.

Link copied to clipboard
val text: String?

The text of the comment.

Link copied to clipboard

The ID of the root comment in the thread.

Link copied to clipboard

The visibility of the comment. Options are either PRIVATE, where the comment is visible only to the comment author and document owner and co-owners, or PUBLIC, where the comment is visible to document owners, co-owners, and contributors.

Functions

Link copied to clipboard
inline fun copy(block: Comment.Builder.() -> Unit = {}): Comment
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