Cloudstream
Toggle table of contents
JVM
Target filter
JVM
Switch theme
Search in API
Skip to content
Cloudstream
App
/
com.lagradost.cloudstream3.syncproviders.providers
/
SubSourceApi
/
Found
Found
@
Serializable
data
class
Found
(
val
id
:
Long
,
val
title
:
String
,
val
seasons
:
Long
,
val
type
:
String
,
val
releaseYear
:
Long
,
val
linkName
:
String
)
(
source
)
Members
Constructors
Found
Link copied to clipboard
constructor
(
id
:
Long
,
title
:
String
,
seasons
:
Long
,
type
:
String
,
releaseYear
:
Long
,
linkName
:
String
)
Properties
id
Link copied to clipboard
@
SerialName
(
value
=
"id"
)
val
id
:
Long
link
Name
Link copied to clipboard
@
SerialName
(
value
=
"linkName"
)
val
linkName
:
String
release
Year
Link copied to clipboard
@
SerialName
(
value
=
"releaseYear"
)
val
releaseYear
:
Long
seasons
Link copied to clipboard
@
SerialName
(
value
=
"seasons"
)
val
seasons
:
Long
title
Link copied to clipboard
@
SerialName
(
value
=
"title"
)
val
title
:
String
type
Link copied to clipboard
@
SerialName
(
value
=
"type"
)
val
type
:
String