Method: DocuSign_Maestro::DSIdvStep.swagger_types
- Defined in:
- lib/docusign_maestro/models/ds_idv_step.rb
permalink .swagger_types ⇒ Object
Attribute type mapping.
42 43 44 45 46 47 48 49 50 51 |
# File 'lib/docusign_maestro/models/ds_idv_step.rb', line 42 def self.swagger_types { :'config' => :'RecordToNever', :'id' => :'String', :'input' => :'DSIdvStepInput', :'name' => :'String', :'output' => :'Hash<String, Object>', :'type' => :'DSWorkflowStepTypesDSIdv' } end |