Cloudstream
Toggle table of contents
JVM
Target filter
JVM
Switch theme
Search in API
Skip to content
Cloudstream
App
/
com.lagradost.cloudstream3.syncproviders.providers
/
SimklApi
/
Companion
/
AllItemsResponse
/
ShowMetadata
Show
Metadata
@
Serializable
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
)
Members
Constructors
Show
Metadata
Link copied to clipboard
constructor
(
lastWatchedAt
:
String
?
,
status
:
String
,
userRating
:
Int
?
,
lastWatched
:
String
?
,
watchedEpisodesCount
:
Int
?
,
totalEpisodesCount
:
Int
?
,
show
:
SimklApi.Companion.AllItemsResponse.ShowMetadata.Show
)
Types
Show
Link copied to clipboard
@
Serializable
data
class
Show
(
val
title
:
String
,
val
poster
:
String
?
,
val
year
:
Int
?
,
val
ids
:
SimklApi.Companion.AllItemsResponse.ShowMetadata.Show.Ids
)
Properties
last
Watched
Link copied to clipboard
@
SerialName
(
value
=
"last_watched"
)
open
override
val
lastWatched
:
String
?
last
Watched
At
Link copied to clipboard
@
SerialName
(
value
=
"last_watched_at"
)
open
override
val
lastWatchedAt
:
String
?
show
Link copied to clipboard
@
SerialName
(
value
=
"show"
)
val
show
:
SimklApi.Companion.AllItemsResponse.ShowMetadata.Show
status
Link copied to clipboard
@
SerialName
(
value
=
"status"
)
open
override
val
status
:
String
total
Episodes
Count
Link copied to clipboard
@
SerialName
(
value
=
"total_episodes_count"
)
open
override
val
totalEpisodesCount
:
Int
?
user
Rating
Link copied to clipboard
@
SerialName
(
value
=
"user_rating"
)
open
override
val
userRating
:
Int
?
watched
Episodes
Count
Link copied to clipboard
@
SerialName
(
value
=
"watched_episodes_count"
)
open
override
val
watchedEpisodesCount
:
Int
?
Functions
get
Ids
Link copied to clipboard
open
override
fun
getIds
(
)
:
SimklApi.Companion.AllItemsResponse.ShowMetadata.Show.Ids
to
Library
Item
Link copied to clipboard
open
override
fun
toLibraryItem
(
)
:
SyncAPI.LibraryItem