DocuSign.Model.RecipientGroup (DocuSign v3.1.1)

View Source

Describes a group of recipients.

Summary

Types

t()

@type t() :: %DocuSign.Model.RecipientGroup{
  groupMessage: String.t() | nil,
  groupName: String.t() | nil,
  recipients: [DocuSign.Model.RecipientOption.t()] | nil
}