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
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
val
first
:
String
?
last
Link copied to clipboard
val
last
:
String
?
next
Link copied to clipboard
val
next
:
String
?
related
Link copied to clipboard
val
related
:
String
?