Cloudstream
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Cloudstream
Library
/
com.lagradost.cloudstream3.extractors
/
Slmaxed
/
Result
Result
common
data
class
Result
(
val
label
:
String
?
=
null
,
val
file
:
String
?
=
null
,
val
type
:
String
?
=
null
)
(
source
)
Members
Constructors
Result
Link copied to clipboard
common
constructor
(
label
:
String
?
=
null
,
file
:
String
?
=
null
,
type
:
String
?
=
null
)
Properties
file
Link copied to clipboard
common
val
file
:
String
?
label
Link copied to clipboard
common
val
label
:
String
?
type
Link copied to clipboard
common
val
type
:
String
?