RatingMediaObject

class RatingMediaObject(    val title: String?,     val year: Int?,     val ids: SimklApi.Companion.MediaObject.Ids?,     val rating: Int,     val ratedAt: String? = getDateTime(unixTime)) : SimklApi.Companion.MediaObject(source)

Constructors

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

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val poster: String? = null
Link copied to clipboard
Link copied to clipboard
val rating: Int
Link copied to clipboard
Link copied to clipboard
val status: String? = null
Link copied to clipboard
Link copied to clipboard
val totalEpisodes: Int? = null
Link copied to clipboard
val type: String? = null
Link copied to clipboard
val year: Int?

Functions

Link copied to clipboard