Method: DocuSign_eSign::EnvelopeAttachment.swagger_types
- Defined in:
- lib/docusign_esign/models/envelope_attachment.rb
.swagger_types ⇒ Object
Attribute type mapping.
47 48 49 50 51 52 53 54 55 56 |
# File 'lib/docusign_esign/models/envelope_attachment.rb', line 47 def self.swagger_types { :'access_control' => :'String', :'attachment_id' => :'String', :'attachment_type' => :'String', :'error_details' => :'ErrorDetails', :'label' => :'String', :'name' => :'String' } end |