toggle menu
Cloudstream
cloudstream
switch theme
search in API
Cloudstream
/
com.lagradost.cloudstream3.extractors
/
PeaceMakerst
/
PeaceResponse
Peace
Response
data
class
PeaceResponse
(
val
videoImage
:
String
?
,
val
videoSources
:
List
<
PeaceMakerst.VideoSource
>
,
val
sIndex
:
String
,
val
sourceList
:
Map
<
String
,
String
>
)
(
source
)
Members
Constructors
Peace
Response
Link copied to clipboard
constructor
(
videoImage
:
String
?
,
videoSources
:
List
<
PeaceMakerst.VideoSource
>
,
sIndex
:
String
,
sourceList
:
Map
<
String
,
String
>
)
Properties
s
Index
Link copied to clipboard
val
sIndex
:
String
source
List
Link copied to clipboard
val
sourceList
:
Map
<
String
,
String
>
video
Image
Link copied to clipboard
val
videoImage
:
String
?
video
Sources
Link copied to clipboard
val
videoSources
:
List
<
PeaceMakerst.VideoSource
>