Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 600 Bytes

PredicateCreate.md

File metadata and controls

14 lines (10 loc) · 600 Bytes

MissionControl.PredicateCreate

Properties

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]

Enum: MatchEnum

  • all (value: "match_all")
  • any (value: "match_any")