FleetAcceleratorCountRange

data class FleetAcceleratorCountRange(val max: Int? = null, val min: Int)

Constructors

Link copied to clipboard
constructor(max: Int? = null, min: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val max: Int? = null
Link copied to clipboard
val min: Int