Method: DocuSign_Maestro::WorkflowDefinition.swagger_types

Defined in:
lib/docusign_maestro/models/workflow_definition.rb

.swagger_typesObject

Attribute type mapping.

[View source]

58
59
60
61
62
63
64
65
66
67
68
69
70
71
# File 'lib/docusign_maestro/models/workflow_definition.rb', line 58

def self.swagger_types
  {
    :'account_id' => :'String',
    :'created_by_name' => :'String',
    :'document_version' => :'String',
    :'participants' => :'Hash<String, Participant>',
    :'schema_version' => :'String',
    :'steps' => :'Array<Object>',
    :'trigger' => :'DSWorkflowTrigger',
    :'variables' => :'Hash<String, Object>',
    :'workflow_description' => :'String',
    :'workflow_name' => :'String'
  }
end