Set Auto Attach Request
@Serializable
Request object containing input parameters for the TargetDomain.setAutoAttach command.
Constructors
Link copied to clipboard
constructor(autoAttach: Boolean, waitForDebuggerOnStart: Boolean, flatten: Boolean? = null, filter: TargetFilter? = null)
Types
Link copied to clipboard
A builder for SetAutoAttachRequest, which allows setting the optional parameters of the TargetDomain.setAutoAttach command via a lambda.