Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 936 Bytes

SignatureRequestResponseCustomFieldText.md

File metadata and controls

16 lines (12 loc) · 936 Bytes

Dropbox.Sign.Model.SignatureRequestResponseCustomFieldText

This class extends SignatureRequestResponseCustomFieldBase.

Properties

Name Type Description Notes
Name string The name of the Custom Field.
Required bool A boolean value denoting if this field is required. [optional]
ApiId string The unique ID for this field. [optional]
Editor string The name of the Role that is able to edit this field. [optional]
Type string The type of this Custom Field. Only 'text' and 'checkbox' are currently supported. [default to "text"]
Value string A text string for text fields [optional]

[Back to Model list] [Back to API list] [Back to README]