Method: DocuSign_Maestro::DSWorkflowComparisonExpression.attribute_map

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

.attribute_mapObject

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

[View source]

27
28
29
30
31
32
33
34
# File 'lib/docusign_maestro/models/ds_workflow_comparison_expression.rb', line 27

def self.attribute_map
  {
    :'comparison_operator' => :'comparisonOperator',
    :'left_operand' => :'leftOperand',
    :'right_operand' => :'rightOperand',
    :'type' => :'type'
  }
end