Method: DocuSign_Maestro::WorkflowInstance.swagger_types

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

.swagger_typesObject

Attribute type mapping.

[View source]

61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
# File 'lib/docusign_maestro/models/workflow_instance.rb', line 61

def self.swagger_types
  {
    :'account_id' => :'String',
    :'creator_id' => :'String',
    :'dac_id' => :'String',
    :'end_date' => :'DateTime',
    :'instance_name' => :'String',
    :'instance_state' => :'WorkflowInstanceState',
    :'progress' => :'ProgressInstance',
    :'start_date' => :'DateTime',
    :'started_by' => :'StartedByInstance',
    :'template_id' => :'String',
    :'users' => :'Hash<String, String>'
  }
end