toggle menu
Cloudstream
cloudstream
switch theme
search in API
Cloudstream
/
com.lagradost.cloudstream3.ui
/
APIRepository
/
Companion
/
SavedLoadResponse
Saved
Load
Response
data
class
SavedLoadResponse
(
val
unixTime
:
Long
,
val
response
:
LoadResponse
,
val
hash
:
Pair
<
String
,
String
>
)
(
source
)
Members
Constructors
Saved
Load
Response
Link copied to clipboard
constructor
(
unixTime
:
Long
,
response
:
LoadResponse
,
hash
:
Pair
<
String
,
String
>
)
Properties
hash
Link copied to clipboard
val
hash
:
Pair
<
String
,
String
>
response
Link copied to clipboard
val
response
:
LoadResponse
unix
Time
Link copied to clipboard
val
unixTime
:
Long