Azure.Connectors.Sdk.Trello.Models Namespace

Classes

Name Description
Badges

badges

Board

Response for List boards

BoardLabel

Response for List labels of a board

BoardWithChecklists

Response for Get a board by Id

Card

Response for List the cards in a board

CardInAction

Response for When a new card is added to a board (V3)

CardWithChecklists

Response for Get a card by id

Checkitem

Item in The list of the checklist items

CheckItemState

Item in The check item states in the card.

Checklist

Item in The set of board checklists.

Comment

Response for List comments for a card

CommentPost

CommentPost

CreateBoard

CreateBoard

CreateCard

CreateCard_V2

CreateList

CreateList

CreateListResponse

Response for Update a list

Label

labelNames

List

Response for List the card lists in a board

Member

Response for List members of a team

Membership

Item in The set of board memberships.

ObjectEntity

Response for Delete a card

Perfs

perfs

Team

Response for List teams you are a member of

TeamPreferences

prefs

TrelloModelFactory

Model factory for creating instances of Trello models. Use these factory methods to construct model instances in tests and scenarios where output-only properties (with init-only setters) need to be populated.

TrelloOnNewCardInBoardTriggerPayload

Typed trigger payload for the OnNewCardInBoard trigger (Trello "When a new card is added to a board (V3)", operationId: OnNewCardInBoardV3). Deserialize Connector Namespace callbacks directly: JsonSerializer.Deserialize<TrelloOnNewCardInBoardTriggerPayload>(body).

TrelloOnNewCardInListTriggerPayload

Typed trigger payload for the OnNewCardInList trigger (Trello "When a new card is added to a list (V3)", operationId: OnNewCardInListV3). Deserialize Connector Namespace callbacks directly: JsonSerializer.Deserialize<TrelloOnNewCardInListTriggerPayload>(body).

TrelloTriggers

Static registry of trigger operations for the Trello connector that have typed payloads. Maps operation names to their typed TriggerCallbackPayload<T> subtypes. Triggers that return binary content (e.g., file downloads) are not included here because they have no JSON-deserializable payload type. See TrelloTriggerOperations for the complete list of trigger operation name constants.

UpdateBoard

UpdateBoard

UpdateCard

UpdateCard_V2

Structs

Name Description
DefaultLists

Extensible enum for known DefaultLists values.

EnableCalendar

Extensible enum for known EnableCalendar values.

Pos

Extensible enum for known Pos values.

PrefsBackground

Extensible enum for known PrefsBackground values.

PrefsCardAging

Extensible enum for known PrefsCardAging values.

PrefsCardCovers

Extensible enum for known PrefsCardCovers values.

PrefsComments

Extensible enum for known PrefsComments values.

PrefsInvitations

Extensible enum for known PrefsInvitations values.

PrefsPermissionLevel

Extensible enum for known PrefsPermissionLevel values.

PrefsVoting

Extensible enum for known PrefsVoting values.