DescribeNodeResponse

@Serializable
data class DescribeNodeResponse(val node: Node)(source)

Response type for the DOMDomain.describeNode command.

Constructors

Link copied to clipboard
constructor(node: Node)

Properties

Link copied to clipboard
val node: Node

Node description.