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))