Dynamic Executor Allocation Response
data class DynamicExecutorAllocationResponse(val enabled: Boolean? = null, val maxExecutors: Int? = null, val minExecutors: Int? = null)
Dynamic Executor Allocation Properties
Constructors
Link copied to clipboard
fun DynamicExecutorAllocationResponse(enabled: Boolean? = null, maxExecutors: Int? = null, minExecutors: Int? = null)