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