Schedule Capacity Provider Strategy Item
data class ScheduleCapacityProviderStrategyItem(val base: Double? = null, val capacityProvider: String, val weight: Double? = null)
The details of a capacity provider strategy.
Constructors
Link copied to clipboard
fun ScheduleCapacityProviderStrategyItem(base: Double? = null, capacityProvider: String, weight: Double? = null)