GetSourceOrderHighlightObjectForTestResponse

@Serializable
data class GetSourceOrderHighlightObjectForTestResponse(val highlight: JsonObject)(source)

Response type for the OverlayDomain.getSourceOrderHighlightObjectForTest command.

Constructors

constructor(highlight: JsonObject)

Properties

Link copied to clipboard
val highlight: JsonObject

Source order highlight data for the node id provided.