Similar

data class Similar(id: Long?, title: Long?, url: Long?, date: Long?, dateRFC: Long?)

Parameters

id
title
url
date
dateRFC

Constructors

Link copied to clipboard
fun Similar(id: Long? = null, title: Long? = null, url: Long? = null, date: Long? = null, dateRFC: Long? = null)

Properties

Link copied to clipboard
val date: Long? = null
Link copied to clipboard
val dateRFC: Long? = null
Link copied to clipboard
val id: Long? = null
Link copied to clipboard
val title: Long? = null
Link copied to clipboard
val url: Long? = null