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
/
Studios
Studios
@
Serializable
data
class
Studios
(
val
id
:
Int
?
=
null
,
val
name
:
String
?
=
null
)
(
source
)
Members
Constructors
Studios
Link copied to clipboard
constructor
(
id
:
Int
?
=
null
,
name
:
String
?
=
null
)
Properties
id
Link copied to clipboard
@
SerialName
(
value
=
"id"
)
val
id
:
Int
?
name
Link copied to clipboard
@
SerialName
(
value
=
"name"
)
val
name
:
String
?