GetDeploymentRemoteDebuggingConfigResult

data class GetDeploymentRemoteDebuggingConfigResult(val enabled: Boolean? = null, val port: Int? = null)

Remote debugging config.

Constructors

Link copied to clipboard
constructor(enabled: Boolean? = null, port: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val enabled: Boolean? = null

Indicate if remote debugging is enabled

Link copied to clipboard
val port: Int? = null

Application debugging port