CreateCommentRequest

Types

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

Properties

Link copied to clipboard

Amazon WorkDocs authentication token. Not required when using Amazon Web Services administrator credentials to access the API.

Link copied to clipboard

The ID of the document.

Link copied to clipboard

Set this parameter to TRUE to send an email out to the document collaborators after the comment is created.

Link copied to clipboard

The ID of the parent 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 ID of the document version.

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
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