Trust Anchor Notification Setting
data class TrustAnchorNotificationSetting(val channel: TrustAnchorNotificationChannel? = null, val enabled: Boolean, val event: TrustAnchorNotificationEvent, val threshold: Double? = null)
Constructors
Link copied to clipboard
constructor(channel: TrustAnchorNotificationChannel? = null, enabled: Boolean, event: TrustAnchorNotificationEvent, threshold: Double? = null)