StatusMediaObject

data class StatusMediaObject(val title: String? = null, val year: Int? = null, val ids: SimklApi.Companion.MediaObject.Ids? = null, val to: String, val watchedAt: String? = getDateTime(APIHolder.unixTime))(source)

Constructors

Link copied to clipboard
constructor(title: String? = null, year: Int? = null, ids: SimklApi.Companion.MediaObject.Ids? = null, to: String, watchedAt: String? = getDateTime(APIHolder.unixTime))

Properties

Link copied to clipboard
@SerialName(value = "ids")
val ids: SimklApi.Companion.MediaObject.Ids?
Link copied to clipboard
@SerialName(value = "title")
val title: String?
Link copied to clipboard
@SerialName(value = "to")
val to: String
Link copied to clipboard
@SerialName(value = "watched_at")
val watchedAt: String?
Link copied to clipboard
@SerialName(value = "year")
val year: Int?