RatingMediaObject

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

Constructors

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

Properties

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 = "title")
val title: String?
Link copied to clipboard
@SerialName(value = "year")
val year: Int?