Method: DocuSign_Maestro::DSWorkflowVariableFromVariable.swagger_types

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

.swagger_typesObject

Attribute type mapping.

[View source]

36
37
38
39
40
41
42
43
# File 'lib/docusign_maestro/models/ds_workflow_variable_from_variable.rb', line 36

def self.swagger_types
  {
    :'key' => :'String',
    :'property_name' => :'String',
    :'source' => :'DSWorkflowVariableSourceTypesVariable',
    :'step_id' => :'String'
  }
end