data class GetDOMCountersResponse
Response type for the MemoryDomain.getDOMCounters command.
<init> |
Response type for the MemoryDomain.getDOMCounters command. GetDOMCountersResponse(documents: Int, nodes: Int, jsEventListeners: Int) |
documents |
val documents: Int |
jsEventListeners |
val jsEventListeners: Int |
nodes |
val nodes: Int |