DiagnosticsRefResponse

data class DiagnosticsRefResponse(val enabled: Boolean? = null, val sinkRefs: List<String>? = null)

Reference to sinks in DiagnosticsDescription.

Constructors

Link copied to clipboard
constructor(enabled: Boolean? = null, sinkRefs: List<String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val enabled: Boolean? = null

Status of whether or not sinks are enabled.

Link copied to clipboard
val sinkRefs: List<String>? = null

List of sinks to be used if enabled. References the list of sinks in DiagnosticsDescription.