Method: DocuSign_Maestro::WorkflowInstance.attribute_map
- Defined in:
- lib/docusign_maestro/models/workflow_instance.rb
permalink .attribute_map ⇒ Object
Attribute mapping from ruby-style variable name to JSON key.
44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 |
# File 'lib/docusign_maestro/models/workflow_instance.rb', line 44 def self.attribute_map { :'account_id' => :'accountId', :'creator_id' => :'creatorId', :'dac_id' => :'dacId', :'end_date' => :'endDate', :'instance_name' => :'instanceName', :'instance_state' => :'instanceState', :'progress' => :'progress', :'start_date' => :'startDate', :'started_by' => :'startedBy', :'template_id' => :'templateId', :'users' => :'users' } end |