Cloudstream
Toggle table of contents
JVM
Target filter
JVM
Switch theme
Search in API
Skip to content
Cloudstream
App
/
com.lagradost.cloudstream3.syncproviders.providers
/
MALApi
/
AlternativeTitles
Alternative
Titles
@
Serializable
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
@
SerialName
(
value
=
"en"
)
val
en
:
String
ja
Link copied to clipboard
@
SerialName
(
value
=
"ja"
)
val
ja
:
String
synonyms
Link copied to clipboard
@
SerialName
(
value
=
"synonyms"
)
val
synonyms
:
List
<
String
>