Method: DocuSign_Maestro::DSWorkflowComparisonExpression.swagger_types
- Defined in:
- lib/docusign_maestro/models/ds_workflow_comparison_expression.rb
permalink .swagger_types ⇒ Object
Attribute type mapping.
37 38 39 40 41 42 43 44 |
# File 'lib/docusign_maestro/models/ds_workflow_comparison_expression.rb', line 37 def self.swagger_types { :'comparison_operator' => :'DSWorkflowComparisonOperatorTypes', :'left_operand' => :'Object', :'right_operand' => :'Object', :'type' => :'DSWorkflowExpressionTypesComparisonExpression' } end |