Method: DocuSign_Maestro::WorkflowStepHistory.attribute_map
- Defined in:
- lib/docusign_maestro/models/workflow_step_history.rb
.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_step_history.rb', line 44 def self.attribute_map { :'account_id' => :'accountId', :'dac_id' => :'dacId', :'ds_step_id' => :'dsStepId', :'end_date' => :'endDate', :'error' => :'error', :'output_module_properties' => :'outputModuleProperties', :'start_date' => :'startDate', :'step_id' => :'stepId', :'step_name' => :'stepName', :'step_state' => :'stepState', :'user_id' => :'userId' } end |