Method: DocuSign_eSign::TemplateSummary.attribute_map
- Defined in:
- lib/docusign_esign/models/template_summary.rb
.attribute_map ⇒ Object
Attribute mapping from ruby-style variable name to JSON key.
41 42 43 44 45 46 47 48 49 50 51 52 |
# File 'lib/docusign_esign/models/template_summary.rb', line 41 def self.attribute_map { :'applied' => :'applied', :'document_id' => :'documentId', :'document_name' => :'documentName', :'error_details' => :'errorDetails', :'name' => :'name', :'template_id' => :'templateId', :'template_match' => :'templateMatch', :'uri' => :'uri' } end |