DynamicPoolConfigurationResponse

data class DynamicPoolConfigurationResponse(val cooldownPeriodInSeconds: Int? = null, val executionType: String? = null)

Dynamic pool configuration.

Constructors

Link copied to clipboard
constructor(cooldownPeriodInSeconds: Int? = null, executionType: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The cooldown period of a session in seconds.

Link copied to clipboard
val executionType: String? = null

The execution type of the session pool.