FileLevelRange

@Serializable
data class FileLevelRange(val fromMinLevel: Level? = null, val atLevel: Level? = null, val toSinks: List<String>)

Data class for a file representation of a LevelRange.

Constructors

Link copied to clipboard
constructor(fromMinLevel: Level? = null, atLevel: Level? = null, toSinks: List<String>)

Properties

Link copied to clipboard
val atLevel: Level? = null
Link copied to clipboard
val fromMinLevel: Level? = null
Link copied to clipboard