MediaSummary
data class MediaSummary(val title: String? = null, val year: Int? = null, val ids: TraktProvider.Ids? = null, val rating: Double? = null, val images: TraktProvider.Images? = null)(source)
Constructors
Link copied to clipboard
constructor(title: String? = null, year: Int? = null, ids: TraktProvider.Ids? = null, rating: Double? = null, images: TraktProvider.Images? = null)