Weightings

@Serializable
data class Weightings(val green: WeightingFactor? = null, val quiet: WeightingFactor? = null, val shortest: WeightingFactor? = null)

Constructors

Link copied to clipboard
constructor(green: WeightingFactor? = null, quiet: WeightingFactor? = null, shortest: WeightingFactor? = null)

Properties

Link copied to clipboard
val green: WeightingFactor? = null
Link copied to clipboard
val quiet: WeightingFactor? = null
Link copied to clipboard