Skip to content

Latest commit

 

History

History
31 lines (16 loc) · 540 Bytes

CompositeConstraint.md

File metadata and controls

31 lines (16 loc) · 540 Bytes

CompositeConstraint

Properties

Name Type Description Notes
atType AtTypeEnum [optional]
constraint List<Constraint> [optional]
operator OperatorEnum [optional]

Enum: AtTypeEnum

Name Value
COMPOSITECONSTRAINT "CompositeConstraint"

Enum: OperatorEnum

Name Value
AND "and"
OR "or"