data class GetCategoriesResponse
Response type for the TracingDomain.getCategories command.
<init> |
Response type for the TracingDomain.getCategories command. GetCategoriesResponse(categories: List<String>) |
categories |
A list of supported tracing categories. val categories: List<String> |