MonitorEmailNotificationSettingsResponse

data class MonitorEmailNotificationSettingsResponse(val emails: List<String>? = null)

Constructors

Link copied to clipboard
constructor(emails: List<String>? = null)

Types

Link copied to clipboard
object Companion

Properties

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

The email recipient list which has a limitation of 499 characters in total.