AccessValue

@Serializable
data class AccessValue(val overallStatus: String? = null, val doorLockStatus: String? = null, val doors: List<DoorValue>? = null, val windows: List<WindowValue>? = null)

Constructors

Link copied to clipboard
constructor(overallStatus: String? = null, doorLockStatus: String? = null, doors: List<DoorValue>? = null, windows: List<WindowValue>? = null)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard