CardFieldConditionConstraint - rwjdk/TrelloDotNet GitHub Wiki

Defines constraints for evaluating the state or value of a card field.

Values

Value Description
IsNotSet Indicates the field is empty or not set.
IsSet Indicates the field has any value and is not empty.
Value Indicates the field has a specific value based on matching criteria.

Usage

Used in CardFieldCondition to specify the type of constraint applied to a card field.