CloseTargetReturn

@Serializable
data class CloseTargetReturn(val success: Boolean)

Constructors

Link copied to clipboard
constructor(success: Boolean)

Properties

Link copied to clipboard

Always set to true. If an error occurs, the response indicates protocol error.