Method: DocuSign_eSign::TemplateSummary.swagger_types

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

.swagger_typesObject

Attribute type mapping.



55
56
57
58
59
60
61
62
63
64
65
66
# File 'lib/docusign_esign/models/template_summary.rb', line 55

def self.swagger_types
  {
    :'applied' => :'String',
    :'document_id' => :'String',
    :'document_name' => :'String',
    :'error_details' => :'ErrorDetails',
    :'name' => :'String',
    :'template_id' => :'String',
    :'template_match' => :'TemplateMatch',
    :'uri' => :'String'
  }
end