class Aws::WorkDocs::Types::CreateCommentRequest

@note When making an API call, you may pass CreateCommentRequest

data as a hash:

    {
      authentication_token: "AuthenticationHeaderType",
      document_id: "ResourceIdType", # required
      version_id: "DocumentVersionIdType", # required
      parent_id: "CommentIdType",
      thread_id: "CommentIdType",
      text: "CommentTextType", # required
      visibility: "PUBLIC", # accepts PUBLIC, PRIVATE
      notify_collaborators: false,
    }

@!attribute [rw] authentication_token

Amazon WorkDocs authentication token. Not required when using AWS
administrator credentials to access the API.
@return [String]

@!attribute [rw] document_id

The ID of the document.
@return [String]

@!attribute [rw] version_id

The ID of the document version.
@return [String]

@!attribute [rw] parent_id

The ID of the parent comment.
@return [String]

@!attribute [rw] thread_id

The ID of the root comment in the thread.
@return [String]

@!attribute [rw] text

The text of the comment.
@return [String]

@!attribute [rw] visibility

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.
@return [String]

@!attribute [rw] notify_collaborators

Set this parameter to TRUE to send an email out to the document
collaborators after the comment is created.
@return [Boolean]

@see docs.aws.amazon.com/goto/WebAPI/workdocs-2016-05-01/CreateCommentRequest AWS API Documentation

Constants

SENSITIVE