Cloudstream
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Cloudstream
Library
/
com.lagradost.cloudstream3.extractors
/
Slmaxed
/
JsonResponse
Json
Response
common
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
common
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
common
val
message
:
String
?
result
Link copied to clipboard
common
val
result
:
Map
<
String
,
Slmaxed.Result
>
?
status
Link copied to clipboard
common
val
status
:
String
?
token
Link copied to clipboard
common
val
token
:
String
?
type
Link copied to clipboard
common
val
type
:
String
?