Cloudstream
Toggle table of contents
JVM
Target filter
JVM
Switch theme
Search in API
Skip to content
Cloudstream
App
/
com.lagradost.cloudstream3.syncproviders.providers
/
KitsuApi
/
KitsuLinks
Kitsu
Links
@
Serializable
data
class
KitsuLinks
(
val
first
:
String
?
,
val
next
:
String
?
,
val
last
:
String
?
,
val
related
:
String
?
)
(
source
)
Members
Constructors
Kitsu
Links
Link copied to clipboard
constructor
(
first
:
String
?
,
next
:
String
?
,
last
:
String
?
,
related
:
String
?
)
Properties
first
Link copied to clipboard
@
SerialName
(
value
=
"first"
)
val
first
:
String
?
last
Link copied to clipboard
@
SerialName
(
value
=
"last"
)
val
last
:
String
?
next
Link copied to clipboard
@
SerialName
(
value
=
"next"
)
val
next
:
String
?
related
Link copied to clipboard
@
SerialName
(
value
=
"related"
)
val
related
:
String
?