Cloudstream
Toggle table of contents
common
Platform filter
common
Switch theme
Cloudstream
Library
/
com.lagradost.cloudstream3.metaproviders
/
MyDramaListAPI
/
Tag
Tag
common
data
class
Tag
(
val
id
:
Long
,
val
name
:
String
,
val
slug
:
String
)
(
source
)
Members
Constructors
Tag
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