DocuSign.Model.CommentPublish (DocuSign v2.2.0)

View Source

Summary

Types

t()

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

Functions

decode(value)