Method: DocuSign_eSign::TextCustomField.swagger_types
- Defined in:
- lib/docusign_esign/models/text_custom_field.rb
.swagger_types ⇒ Object
Attribute type mapping.
52 53 54 55 56 57 58 59 60 61 62 |
# File 'lib/docusign_esign/models/text_custom_field.rb', line 52 def self.swagger_types { :'configuration_type' => :'String', :'error_details' => :'ErrorDetails', :'field_id' => :'String', :'name' => :'String', :'required' => :'String', :'show' => :'String', :'value' => :'String' } end |