Room

@Serializable
data class Room(val id: RoomID, val type: RoomType)

It describes a room inside the Operating Block. Each room has a type and is identified by an id.

Constructors

Link copied to clipboard
constructor(id: RoomID, type: RoomType)

Properties

Link copied to clipboard
val id: RoomID
Link copied to clipboard

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard

Extension method to obtain the api dto of a room.