CreateTargetResponse

@Serializable
data class CreateTargetResponse(val targetId: TargetID)

Response type for the TargetDomain.createTarget command.

Constructors

Link copied to clipboard
constructor(targetId: TargetID)

Properties

Link copied to clipboard

The id of the page opened.