Method: DocuSign_eSign::DocumentTemplate.swagger_types

Defined in:
lib/docusign_esign/models/document_template.rb

.swagger_typesObject

Attribute type mapping.



43
44
45
46
47
48
49
50
51
# File 'lib/docusign_esign/models/document_template.rb', line 43

def self.swagger_types
  {
    :'document_end_page' => :'String',
    :'document_id' => :'String',
    :'document_start_page' => :'String',
    :'error_details' => :'ErrorDetails',
    :'template_id' => :'String'
  }
end