TraktMovie

@Serializable
data class TraktMovie(val runtime: Int? = null, val ids: TraktItemIds)

Constructors

Link copied to clipboard
constructor(runtime: Int? = null, ids: TraktItemIds)

Properties

Link copied to clipboard
Link copied to clipboard
val runtime: Int? = null