GetCategoriesResponse

@Serializable
data class GetCategoriesResponse(val categories: List<String>)

Response type for the TracingDomain.getCategories command.

Constructors

Link copied to clipboard
constructor(categories: List<String>)

Properties

Link copied to clipboard

A list of supported tracing categories.