Canary Run Config
data class CanaryRunConfig(val activeTracing: Boolean? = null, val environmentVariables: Any? = null, val memoryInMb: Int? = null, val timeoutInSeconds: Int? = null)
Constructors
Link copied to clipboard
fun CanaryRunConfig(activeTracing: Boolean? = null, environmentVariables: Any? = null, memoryInMb: Int? = null, timeoutInSeconds: Int? = null)