PMCfgVehicle

data class PMCfgVehicle(val id: String, val options: List<PMCfgOption>? = null)

One vehicle profile

Constructors

Link copied to clipboard
fun PMCfgVehicle(id: String, options: List<PMCfgOption>? = null)

Properties

Link copied to clipboard
val id: String

id of configuration option

Link copied to clipboard
val options: List<PMCfgOption>? = null

List of used options