new module:model/DSWorkflowBooleanExpression(expressions, logicalOperator, type)
Constructs a new DSWorkflowBooleanExpression.
Parameters:
Members
(inner) expressions :Array:.<Object:>
A list of objects. Each object should contain any of the following object models: [#/definitions/DSWorkflowBooleanExpression, #/definitions/DSWorkflowComparisonExpression]
Type:
(inner) logicalOperator :module:model/DSWorkflowLogicalOperatorTypes
Type:
- module:model/DSWorkflowLogicalOperatorTypes
(inner) type :module:model/DSWorkflowExpressionTypesBooleanExpression
Type:
- module:model/DSWorkflowExpressionTypesBooleanExpression
Methods
(static) constructFromObject(data, obj) → {module:model/DSWorkflowBooleanExpression}
Constructs a DSWorkflowBooleanExpression from a plain JavaScript object, optionally creating a new instance.
Copies all relevant properties from data to obj if supplied or a new instance if not.
Parameters:
| Name | Type | Description |
|---|---|---|
data |
Object | The plain JavaScript object bearing properties of interest. |
obj |
module:model/DSWorkflowBooleanExpression | Optional instance to populate. |
Returns:
The populated DSWorkflowBooleanExpression instance.