FleetAmountCapability

data class FleetAmountCapability(val max: Double? = null, val min: Double, val name: String)

Constructors

Link copied to clipboard
constructor(max: Double? = null, min: Double, name: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val max: Double? = null

The maximum amount of the fleet worker capability.

Link copied to clipboard
val min: Double

The minimum amount of fleet worker capability.

Link copied to clipboard

The name of the fleet capability.