Builder

class Builder

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
var 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
fun contributor(block: User.Builder.() -> Unit)