Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 718 Bytes

File metadata and controls

27 lines (16 loc) · 718 Bytes

SignrequestClient.Template

Properties

Name Type Description Notes
url String [optional]
name String Defaults to filename [optional]
uuid String [optional]
user User [optional]
team DocumentTeam [optional]
who String `m`: only me, `mo`: me and others, `o`: only others [optional]
signers [DocumentSignerTemplateConf] [optional]

Enum: WhoEnum

  • m (value: "m")

  • mo (value: "mo")

  • o (value: "o")