AppMonitorCustomEvents

data class AppMonitorCustomEvents(val status: String? = null)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val status: String? = null

Specifies whether this app monitor allows the web client to define and send custom events. The default is for custom events to be DISABLED. Valid values are DISABLED and ENABLED.