toggle menu
Cloudstream
cloudstream
switch theme
search in API
Cloudstream
/
com.lagradost.cloudstream3.extractors
/
Slmaxed
/
JsonResponse
Json
Response
data
class
JsonResponse
(
val
status
:
String
?
=
null
,
val
message
:
String
?
=
null
,
val
type
:
String
?
=
null
,
val
token
:
String
?
=
null
,
val
result
:
Map
<
String
,
Slmaxed.Result
>
?
=
null
)
(
source
)
Members
Constructors
Json
Response
Link copied to clipboard
constructor
(
status
:
String
?
=
null
,
message
:
String
?
=
null
,
type
:
String
?
=
null
,
token
:
String
?
=
null
,
result
:
Map
<
String
,
Slmaxed.Result
>
?
=
null
)
Properties
message
Link copied to clipboard
val
message
:
String
?
=
null
result
Link copied to clipboard
val
result
:
Map
<
String
,
Slmaxed.Result
>
?
=
null
status
Link copied to clipboard
val
status
:
String
?
=
null
token
Link copied to clipboard
val
token
:
String
?
=
null
type
Link copied to clipboard
val
type
:
String
?
=
null