Method: DocuSign_Maestro::DSWorkflowComparisonExpression.swagger_types

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

.swagger_typesObject

Attribute type mapping.

[View source]

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