Method: DocuSign_Maestro::DSTransformationStep.swagger_types

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

.swagger_typesObject

Attribute type mapping.

[View source]

47
48
49
50
51
52
53
54
55
56
57
# File 'lib/docusign_maestro/models/ds_transformation_step.rb', line 47

def self.swagger_types
  {
    :'config' => :'RecordToNever',
    :'expression' => :'Object',
    :'id' => :'String',
    :'input' => :'Hash<String, Object>',
    :'name' => :'String',
    :'output' => :'Hash<String, Object>',
    :'type' => :'DSWorkflowStepTypesDSTransformation'
  }
end