Method: DocuSign_Maestro::DSTransformationStep.attribute_map

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

.attribute_mapObject

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

[View source]

34
35
36
37
38
39
40
41
42
43
44
# File 'lib/docusign_maestro/models/ds_transformation_step.rb', line 34

def self.attribute_map
  {
    :'config' => :'config',
    :'expression' => :'expression',
    :'id' => :'id',
    :'input' => :'input',
    :'name' => :'name',
    :'output' => :'output',
    :'type' => :'type'
  }
end