toggle menu
Cloudstream
cloudstream
switch theme
search in API
Cloudstream
/
com.lagradost.cloudstream3.syncproviders.providers
/
AniListApi
/
Character
Character
data
class
Character
(
val
name
:
AniListApi.CharacterName
?
,
val
age
:
String
?
,
val
image
:
AniListApi.CharacterImage
?
)
(
source
)
Members
Constructors
Character
Link copied to clipboard
constructor
(
name
:
AniListApi.CharacterName
?
,
age
:
String
?
,
image
:
AniListApi.CharacterImage
?
)
Properties
age
Link copied to clipboard
val
age
:
String
?
image
Link copied to clipboard
val
image
:
AniListApi.CharacterImage
?
name
Link copied to clipboard
val
name
:
AniListApi.CharacterName
?