PipeCapacityProviderStrategyItem

data class PipeCapacityProviderStrategyItem(val base: Int? = null, val capacityProvider: String, val weight: Int? = null)

Constructors

Link copied to clipboard
fun PipeCapacityProviderStrategyItem(base: Int? = null, capacityProvider: String, weight: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val base: Int? = null
Link copied to clipboard
Link copied to clipboard
val weight: Int? = null