Cloudstream
Toggle table of contents
JVM
Target filter
JVM
Switch theme
Search in API
Skip to content
Cloudstream
App
/
com.lagradost.cloudstream3.syncproviders.providers
/
AniListApi
/
Variables
Variables
@
Serializable
data
class
Variables
(
val
search
:
String
,
val
page
:
Int
,
val
type
:
String
)
(
source
)
Members
Constructors
Variables
Link copied to clipboard
constructor
(
search
:
String
,
page
:
Int
,
type
:
String
)
Properties
page
Link copied to clipboard
@
SerialName
(
value
=
"page"
)
val
page
:
Int
search
Link copied to clipboard
@
SerialName
(
value
=
"search"
)
val
search
:
String
type
Link copied to clipboard
@
SerialName
(
value
=
"type"
)
val
type
:
String