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" |