GetBoxModelResponse

@Serializable
data class GetBoxModelResponse(val model: BoxModel)

Response type for the DOMDomain.getBoxModel command.

Constructors

Link copied to clipboard
constructor(model: BoxModel)

Properties

Link copied to clipboard

Box model for the node.