Success
data class Success(val serverHost: String, val serverPort: Int, val entries: List<PhoneCallLogEntryViewState>) : PhoneCallLogViewState
A model representing the view state of the phone call log when data has been loaded successfully and is ready to be displayed.