mbickel
data class Case(val id: Long = -1, val reportedBy: Customer = Customer.UNKNOWN, val assignedTo: Member? = null)