Dashboard

@Serializable
data class Dashboard(val dashboardId: String, val stations: List<StationResult>)(source)

Constructors

Link copied to clipboard
constructor(dashboardId: String, stations: List<StationResult>)

Properties

Link copied to clipboard
Link copied to clipboard