When type is "date", value exists only if value_type is "exact_date".
type
value
value_type
When type is "checkbox", value can only be "Yes" or "No".
When type is "person", value is the id of an user.
For all type, value may not exist if comparator is "is_empty" or "is_not_empty".
comparator
value_type exists when type is "date" or "person".
Generated using TypeDoc
When
type
is "date",value
exists only ifvalue_type
is "exact_date".When
type
is "checkbox",value
can only be "Yes" or "No".When
type
is "person",value
is the id of an user.For all
type
,value
may not exist ifcomparator
is "is_empty" or "is_not_empty".