ShowMetadata

data class ShowMetadata(val lastWatchedAt: String?, val status: String, val userRating: Int?, val lastWatched: String?, val watchedEpisodesCount: Int?, val totalEpisodesCount: Int?, val show: SimklApi.Companion.AllItemsResponse.ShowMetadata.Show) : SimklApi.Companion.AllItemsResponse.Metadata(source)

Constructors

Link copied to clipboard
constructor(lastWatchedAt: String?, status: String, userRating: Int?, lastWatched: String?, watchedEpisodesCount: Int?, totalEpisodesCount: Int?, show: SimklApi.Companion.AllItemsResponse.ShowMetadata.Show)

Types

Link copied to clipboard
data class Show(val title: String, val poster: String?, val year: Int?, val ids: SimklApi.Companion.AllItemsResponse.ShowMetadata.Show.Ids)

Properties

Link copied to clipboard
open override val lastWatched: String?
Link copied to clipboard
open override val lastWatchedAt: String?
Link copied to clipboard
open override val status: String
Link copied to clipboard
open override val totalEpisodesCount: Int?
Link copied to clipboard
open override val userRating: Int?
Link copied to clipboard
open override val watchedEpisodesCount: Int?

Functions

Link copied to clipboard
Link copied to clipboard
open override fun toLibraryItem(): SyncAPI.LibraryItem