toggle menu
Cloudstream
cloudstream
switch theme
search in API
Cloudstream
/
com.lagradost.cloudstream3.syncproviders.providers
/
MALApi
/
AlternativeTitles
Alternative
Titles
data
class
AlternativeTitles
(
val
synonyms
:
List
<
String
>
,
val
en
:
String
,
val
ja
:
String
)
(
source
)
Members
Constructors
Alternative
Titles
Link copied to clipboard
constructor
(
synonyms
:
List
<
String
>
,
en
:
String
,
ja
:
String
)
Properties
en
Link copied to clipboard
val
en
:
String
ja
Link copied to clipboard
val
ja
:
String
synonyms
Link copied to clipboard
val
synonyms
:
List
<
String
>