ApiAlertLinkedResultView

data class ApiAlertLinkedResultView(
    val id: String,
    val alertId: String,
    val alert: AlertResultView,
    val customerId: String?,
    val status: Int, // enum 0-2
    val isDeleted: Boolean,
    val createdDate: String
    )