Autoscale Time And Capacity Response
    data class AutoscaleTimeAndCapacityResponse(val maxInstanceCount: Int? = null, val minInstanceCount: Int? = null, val time: String? = null)
Time and capacity request parameters
Constructors
Link copied to clipboard
                fun AutoscaleTimeAndCapacityResponse(maxInstanceCount: Int? = null, minInstanceCount: Int? = null, time: String? = null)