data class GetCountersResponse
Response type for the ProfilerDomain.getCounters command.
<init> |
Response type for the ProfilerDomain.getCounters command. GetCountersResponse(result: List<CounterInfo>) |
result |
Collected counters information. val result: List<CounterInfo> |