AttachToTargetResponse

@Serializable
data class AttachToTargetResponse(val sessionId: SessionID)

Response type for the TargetDomain.attachToTarget command.

Constructors

Link copied to clipboard
constructor(sessionId: SessionID)

Properties

Link copied to clipboard

Id assigned to the session.