Cloudstream
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Cloudstream
Library
/
com.lagradost.cloudstream3.extractors
/
PeaceMakerst
/
PeaceResponse
Peace
Response
common
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
common
constructor
(
videoImage
:
String
?
,
videoSources
:
List
<
PeaceMakerst.VideoSource
>
,
sIndex
:
String
,
sourceList
:
Map
<
String
,
String
>
)
Properties
s
Index
Link copied to clipboard
common
val
sIndex
:
String
source
List
Link copied to clipboard
common
val
sourceList
:
Map
<
String
,
String
>
video
Image
Link copied to clipboard
common
val
videoImage
:
String
?
video
Sources
Link copied to clipboard
common
val
videoSources
:
List
<
PeaceMakerst.VideoSource
>