WindowStatus

@Serializable
data class WindowStatus(val frontLeftWindow: ValueWithTimestamp<String>? = null, val frontRightWindow: ValueWithTimestamp<String>? = null, val rearLeftWindow: ValueWithTimestamp<String>? = null, val rearRightWindow: ValueWithTimestamp<String>? = null, val sunroof: ValueWithTimestamp<String>? = null)(source)

Status of vehicle windows.

Constructors

Link copied to clipboard
constructor(frontLeftWindow: ValueWithTimestamp<String>? = null, frontRightWindow: ValueWithTimestamp<String>? = null, rearLeftWindow: ValueWithTimestamp<String>? = null, rearRightWindow: ValueWithTimestamp<String>? = null, sunroof: ValueWithTimestamp<String>? = null)

Properties

Link copied to clipboard
@SerialName(value = "frontLeftWindow")
val frontLeftWindow: ValueWithTimestamp<String>?
Link copied to clipboard
@SerialName(value = "frontRightWindow")
val frontRightWindow: ValueWithTimestamp<String>?
Link copied to clipboard
@SerialName(value = "rearLeftWindow")
val rearLeftWindow: ValueWithTimestamp<String>?
Link copied to clipboard
@SerialName(value = "rearRightWindow")
val rearRightWindow: ValueWithTimestamp<String>?
Link copied to clipboard
@SerialName(value = "sunroof")
val sunroof: ValueWithTimestamp<String>?