Method: DocuSign_eSign::TemplateCustomFields.swagger_types
- Defined in:
- lib/docusign_esign/models/template_custom_fields.rb
.swagger_types ⇒ Object
Attribute type mapping.
33 34 35 36 37 38 |
# File 'lib/docusign_esign/models/template_custom_fields.rb', line 33 def self.swagger_types { :'list_custom_fields' => :'Array<ListCustomField>', :'text_custom_fields' => :'Array<TextCustomField>' } end |