Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 1.32 KB

StringBeginsUpdate.md

File metadata and controls

22 lines (15 loc) · 1.32 KB

MissionControl.StringBeginsUpdate

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. StringBegins rules only admit string subject types (fields with string 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). StringBegins rules always have "StringBegins" 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. StringBegins rules check subject type field string value begins with rule value. [optional]

Enum: SubjectTypeEnum

  • CUSTOMER_NAME (value: "CUSTOMER_NAME")
  • JOB_NAME (value: "JOB_NAME")
  • JOB_SOURCE (value: "JOB_SOURCE")

Enum: TypeEnum

  • stringBegins (value: "StringBegins")