HistoryMediaObject

data class HistoryMediaObject(val title: String? = null, val year: Int? = null, val ids: SimklApi.Companion.MediaObject.Ids? = null, val seasons: List<SimklApi.Companion.MediaObject.Season>? = null, val episodes: List<SimklApi.Companion.MediaObject.Season.Episode>? = null, val rating: Int? = null, val ratedAt: String? = null)(source)

Constructors

Link copied to clipboard
constructor(title: String? = null, year: Int? = null, ids: SimklApi.Companion.MediaObject.Ids? = null, seasons: List<SimklApi.Companion.MediaObject.Season>? = null, episodes: List<SimklApi.Companion.MediaObject.Season.Episode>? = null, rating: Int? = null, ratedAt: String? = null)

Properties

Link copied to clipboard
@SerialName(value = "episodes")
val episodes: List<SimklApi.Companion.MediaObject.Season.Episode>?
Link copied to clipboard
@SerialName(value = "ids")
val ids: SimklApi.Companion.MediaObject.Ids?
Link copied to clipboard
@SerialName(value = "rated_at")
val ratedAt: String?
Link copied to clipboard
@SerialName(value = "rating")
val rating: Int?
Link copied to clipboard
@SerialName(value = "seasons")
val seasons: List<SimklApi.Companion.MediaObject.Season>?
Link copied to clipboard
@SerialName(value = "title")
val title: String?
Link copied to clipboard
@SerialName(value = "year")
val year: Int?