yam-api
Toggle table of contents
1.0.0-dev
common
Target filter
common
Switch theme
Search in API
Skip to content
yam-api
rotor
/
su.pank.yamapi.rotor.model
/
Dashboard
Dashboard
@
Serializable
data
class
Dashboard
(
val
dashboardId
:
String
,
val
stations
:
List
<
StationResult
>
)
Members
Constructors
Dashboard
Link copied to clipboard
constructor
(
dashboardId
:
String
,
stations
:
List
<
StationResult
>
)
Properties
dashboard
Id
Link copied to clipboard
val
dashboardId
:
String
stations
Link copied to clipboard
val
stations
:
List
<
StationResult
>