SetMaxCallStackSizeToCaptureRequest

@Serializable
data class SetMaxCallStackSizeToCaptureRequest(val size: Int)(source)

Request object containing input parameters for the RuntimeDomain.setMaxCallStackSizeToCapture command.

Constructors

Link copied to clipboard
constructor(size: Int)

Properties

Link copied to clipboard
val size: Int