ScalingConfigResponse

data class ScalingConfigResponse(val desiredSize: Int? = null, val maxSize: Int? = null, val minSize: Int? = null)

Definition of ScalingConfig

Constructors

Link copied to clipboard
constructor(desiredSize: Int? = null, maxSize: Int? = null, minSize: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val desiredSize: Int? = null

Property desiredSize

Link copied to clipboard
val maxSize: Int? = null

Property maxSize

Link copied to clipboard
val minSize: Int? = null

Property minSize