ResultSourcesData

@JsonClass(generateAdapter = true)
data class ResultSourcesData(@Json(name = "count") val count: Int?) : Serializable

Models result sources data

Constructors

Link copied to clipboard
fun ResultSourcesData(@Json(name = "count") count: Int?)

Properties

Link copied to clipboard
val count: Int?