Method: DocuSign_Maestro::DSWorkflowComparisonExpression.attribute_map
- Defined in:
- lib/docusign_maestro/models/ds_workflow_comparison_expression.rb
permalink .attribute_map ⇒ Object
Attribute mapping from ruby-style variable name to JSON key.
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 |