Source
Contents
Index
leankit-api-0.4: LeanKit API
Safe Haskell
None
Leankit.Types.Lane
Documentation
data
Lane
Source
Constructors
Lane
Fields
_id
::
LaneID
_type
::
Maybe
Int
_title
::
Maybe
String
_description
::
Maybe
String
_active
::
Maybe
Bool
_index
::
Maybe
Int
_laneState
::
Maybe
String
_classType
::
Maybe
Int
_width
::
Maybe
Int
_cardLimit
::
Maybe
Int
_orientation
::
Maybe
Int
_isDrillthroughDoneLane
::
Maybe
Bool
_cards
:: [
Card
]
_cardContextId
::
Maybe
Int
_activityId
::
Maybe
Int
_taskBoardId
::
Maybe
BoardID
_parentLaneId
::
Maybe
Int
_siblingLaneIds
:: [
LaneID
]
_activityName
::
Maybe
String
_childLaneIds
:: [
LaneID
]
Instances
Eq
Lane
Show
Lane
FromJSON
Lane