Cloudstream
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Cloudstream
Library
/
com.lagradost.cloudstream3.metaproviders
/
MyDramaListAPI
/
Genre
Genre
common
data
class
Genre
(
val
id
:
Long
,
val
name
:
String
,
val
slug
:
String
)
(
source
)
Members
Constructors
Genre
Link copied to clipboard
common
constructor
(
id
:
Long
,
name
:
String
,
slug
:
String
)
Properties
id
Link copied to clipboard
common
val
id
:
Long
name
Link copied to clipboard
common
val
name
:
String
slug
Link copied to clipboard
common
val
slug
:
String