Debug

@JsonClass(generateAdapter = true)
data class Debug(@Json(name = "show_vehicle_positions") val showVehiclePositions: Boolean? = null)

Constructors

Link copied to clipboard
fun Debug(@Json(name = "show_vehicle_positions") showVehiclePositions: Boolean? = null)

Types

Link copied to clipboard
class Builder

Properties

Link copied to clipboard