SelfTracingResponse

data class SelfTracingResponse(val intervalSeconds: Int? = null, val mode: String? = null)

Diagnostic Self tracing properties

Constructors

Link copied to clipboard
constructor(intervalSeconds: Int? = null, mode: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val intervalSeconds: Int? = null

The self tracing interval.

Link copied to clipboard
val mode: String? = null

The toggle to enable/disable self tracing.