Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 1.25 KB

ArrayContainsCreate.md

File metadata and controls

20 lines (13 loc) · 1.25 KB

MissionControl.ArrayContainsCreate

Properties

Name Type Description Notes
subjectType String The list members field to filter results. Specified subject type must be compatible with the associated list member class. ArrayContains rules only admit array subject types (fields with array type). [optional]
type String The rule match condition. Defines how the rule matches list members. Rule matches list members by comparing the rule value with the subject type field value associated with each list member candidate. The type attribute defines how these values are compared (number greater than, string begins with, etc). ArrayContains rules always have "ArrayContains" as type. [optional]
value [String] The value rule uses to compare the subject type field value of list member candidates. Value comparison will be performed according to the specified rule type. ArrayContains rules check value array items are present in subject type field value. [optional]

Enum: SubjectTypeEnum

  • JOB_REFERENCE (value: "JOB_REFERENCE")

Enum: TypeEnum

  • arrayContains (value: "ArrayContains")