Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 1.32 KB

DateIsFutureCreate.md

File metadata and controls

21 lines (14 loc) · 1.32 KB

MissionControl.DateIsFutureCreate

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. DateIsFuture rules only admit date subject types (fields with date 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). DateIsFuture rules always have "DateIsFuture" as type. [optional]
value Date 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. DateIsFuture rules use the current date to compare the subject type field value, thus, they do not require the value to be specified. [optional]

Enum: SubjectTypeEnum

  • CREATED_AT (value: "JOB_CREATED_AT")
  • DUE_AT (value: "JOB_DUE_AT")

Enum: TypeEnum

  • dateIsFuture (value: "DateIsFuture")