CardField - rwjdk/TrelloDotNet GitHub Wiki

Represents a field on a Trello card, used for various operations and conditions.

Values

Value Description
Name The name field of the card.
Description The description field of the card.
Start The start date field of the card.
Due The due date field of the card.
DueComplete Indicates whether the card is marked as complete.

Usage

This enum is utilized in the CardFieldCondition class for defining conditions based on card fields.