DetachFromTargetRequest

@Serializable
data class DetachFromTargetRequest(val sessionId: SessionID? = null, val targetId: TargetID? = null)

Request object containing input parameters for the TargetDomain.detachFromTarget command.

Constructors

Link copied to clipboard
constructor(sessionId: SessionID? = null, targetId: TargetID? = null)

Types

Link copied to clipboard
class Builder

A builder for DetachFromTargetRequest, which allows setting the optional parameters of the TargetDomain.detachFromTarget command via a lambda.

Properties

Link copied to clipboard
val sessionId: SessionID? = null

Session to detach.

Link copied to clipboard
val targetId: TargetID? = null

Deprecated.