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

commonMain.app.moviebase.trakt.model.TraktRatingModel.kt Maven / Gradle / Ivy

There is a newer version: 0.6.0
Show newest version
// ktlint-disable filename

package app.moviebase.trakt.model

import kotlinx.serialization.Serializable

@Serializable
data class TraktRating(
    val rating: Double,
    val votes: Int,
)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy