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
/
AniListUser
Ani
List
User
data
class
AniListUser
(
val
id
:
Int
,
val
name
:
String
,
val
picture
:
String
?
)
(
source
)
Members
Constructors
Ani
List
User
Link copied to clipboard
constructor
(
id
:
Int
,
name
:
String
,
picture
:
String
?
)
Properties
id
Link copied to clipboard
val
id
:
Int
name
Link copied to clipboard
val
name
:
String
picture
Link copied to clipboard
val
picture
:
String
?