All Downloads are FREE. Search and download functionalities are using the official Maven repository.

commonMain.app.moviebase.provider.omdb.model.OmdbContent.kt Maven / Gradle / Ivy

There is a newer version: 1.1.2
Show newest version
package app.moviebase.provider.omdb.model

data class OmdbContent(
    val ratingImdb: Int?,
    val imdbVotes: Int?,
    val ratingRt: Int?,
    val ratingMetacritic: Int?,
    val tomatoUri: String?
)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy