EtwEventConfigurationResponse

data class EtwEventConfigurationResponse(val filter: String? = null, val id: Int, val name: String)

Constructors

Link copied to clipboard
constructor(filter: String? = null, id: Int, name: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val filter: String? = null
Link copied to clipboard
val id: Int
Link copied to clipboard