View Source DocuSign.Model.CommentPublish (DocuSign v1.2.0)

Summary

Types

@type t() :: %DocuSign.Model.CommentPublish{
  id: String.t() | nil,
  mentions: [String.t()] | nil,
  text: String.t() | nil,
  threadAnchorKeys: %{optional(String.t()) => String.t()} | nil,
  threadId: String.t() | nil,
  visibleTo: [String.t()] | nil
}