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.