TrustAnchorNotificationSetting

data class TrustAnchorNotificationSetting(val channel: String? = null, val configuredBy: String? = null, val enabled: Boolean? = null, val event: String? = null, val threshold: Int? = null)

Constructors

Link copied to clipboard
constructor(channel: String? = null, configuredBy: String? = null, enabled: Boolean? = null, event: String? = null, threshold: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val channel: String? = null
Link copied to clipboard
val configuredBy: String? = null
Link copied to clipboard
val enabled: Boolean? = null

Whether or not the Trust Anchor should be enabled.

Link copied to clipboard
val event: String? = null
Link copied to clipboard
val threshold: Int? = null