Method: DocuSign_Maestro::WorkflowDefinition.attribute_map

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

.attribute_mapObject

Attribute mapping from ruby-style variable name to JSON key.

[View source]

42
43
44
45
46
47
48
49
50
51
52
53
54
55
# File 'lib/docusign_maestro/models/workflow_definition.rb', line 42

def self.attribute_map
  {
    :'account_id' => :'accountId',
    :'created_by_name' => :'createdByName',
    :'document_version' => :'documentVersion',
    :'participants' => :'participants',
    :'schema_version' => :'schemaVersion',
    :'steps' => :'steps',
    :'trigger' => :'trigger',
    :'variables' => :'variables',
    :'workflow_description' => :'workflowDescription',
    :'workflow_name' => :'workflowName'
  }
end