SerializableSuggestedArticle

data class SerializableSuggestedArticle(@Json(name = idid: String?, @Json(name = urlurl: String?, @Json(name = titletitle: String?)

Internal class used only for serialising SuggestedArticle overrides. Contains every possible property of all SuggestedArticle types.

Constructors

SerializableSuggestedArticle
Link copied to clipboard
fun SerializableSuggestedArticle(@Json(name = idid: String? = null, @Json(name = urlurl: String? = null, @Json(name = titletitle: String? = null)

Properties

id
Link copied to clipboard
val id: String? = null
title
Link copied to clipboard
val title: String? = null
url
Link copied to clipboard
val url: String? = null