lib / com.kirkbushman.araw.models / Friend

Friend

@JsonClass(true) data class Friend : Thing, Parcelable

Constructors

<init>

Friend(id: String, fullname: String, relId: String, added: Long)

Properties

added

val added: Long

fullname

Fullname of the item, e.g. "t1_c3v7f8u"

val fullname: String

id

this item identifier, e.g. "8xwlg"

val id: String

relId

val relId: String

Extension Properties

addedDate

val Friend.addedDate: Date