Skip to content

Latest commit

History

History
40 lines (18 loc) 路 634 Bytes

PluginData.md

File metadata and controls

40 lines (18 loc) 路 634 Bytes

TrelloRestApi.PluginData

Properties

Name Type Description Notes
id String [optional]
idPlugin String [optional]
scope String [optional]
idModel String [optional]
value String [optional]
access String [optional]

Enum: ScopeEnum

  • member (value: "member")

  • board (value: "board")

  • organization (value: "organization")

  • card (value: "card")

Enum: AccessEnum

  • private (value: "private")

  • shared (value: "shared")