NewsItem

fun NewsItem(category: String? = null, datetime: Long? = null, headline: String? = null, urlId: String? = null, image: String? = null, related: String? = null, source: String? = null)