DiagnosticsLogsResponse

data class DiagnosticsLogsResponse(val level: String? = null)

Diagnostic Log properties

Constructors

Link copied to clipboard
constructor(level: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val level: String? = null

The log level. Examples - 'debug', 'info', 'warn', 'error', 'trace'.