visibility property

CommentVisibilityType? visibility
final

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.

Implementation

final CommentVisibilityType? visibility;