Name | Type | Description | Notes |
---|---|---|---|
id | String | ||
createdAt | Date | ||
updatedAt | Date | ||
subjectType | String | The list members field to filter results. Specified subject type must be compatible with the associated list member class. StringContains rules only admit string subject types (fields with string type). | |
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). StringContains rules always have "StringContains" as type. | |
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. StringContains rules check subject type field string value contains rule value substring. |
CUSTOMER_NAME
(value:"CUSTOMER_NAME"
)JOB_NAME
(value:"JOB_NAME"
)JOB_SOURCE
(value:"JOB_SOURCE"
)
stringContains
(value:"StringContains"
)