Method: DocuSign_Maestro::DSSignStepInput.swagger_types
- Defined in:
- lib/docusign_maestro/models/ds_sign_step_input.rb
.swagger_types ⇒ Object
Attribute type mapping.
41 42 43 44 45 46 47 48 49 |
# File 'lib/docusign_maestro/models/ds_sign_step_input.rb', line 41 def self.swagger_types { :'documents' => :'Array<Object>', :'email_blurb' => :'Object', :'email_subject' => :'Object', :'is_embedded_sign' => :'BOOLEAN', :'signers' => :'Array<ESignSigner>' } end |