Name | Type | Description | Notes |
---|---|---|---|
match | String | The specification for predicate rules combination. Specifies how predicate rules are combined to fetch list members: - Match all: fetch list members that match all predicate rules. - Match any: fetch list members that match any predicate rule/s. | [optional] |
rules | [RuleCreate] | [optional] |
all
(value:"match_all"
)any
(value:"match_any"
)