Level

@Serializable
data class Level

A level (floor) of a building.

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
@SerialName(value = "level")
val id: Float

The unique identifier of the level.

Link copied to clipboard

The name of the level.

Link copied to clipboard
@SerialName(value = "short_name")
val shortName: String

The short name of the level.