PMCmdItineraryVehicleAttr

data class PMCmdItineraryVehicleAttr(val id: String, val valueBool: Boolean = false, val valueString: String? = null, val valueInt: Int = 0, val valueSet: List<String>? = null)

Vehicle profile configuration overrides

Constructors

Link copied to clipboard
fun PMCmdItineraryVehicleAttr(id: String, valueBool: Boolean = false, valueString: String? = null, valueInt: Int = 0, valueSet: List<String>? = null)

Properties

Link copied to clipboard
val id: String

id of configuration option in vehicle profile

Link copied to clipboard
val valueBool: Boolean = false

bool value

Link copied to clipboard
val valueInt: Int = 0

int value

Link copied to clipboard
val valueSet: List<String>? = null

set of enums value

Link copied to clipboard
val valueString: String? = null

string or enum value