toggle menu
Cloudstream
cloudstream
switch theme
search in API
Cloudstream
/
com.lagradost.cloudstream3.syncproviders.providers
/
OpenSubtitlesApi
/
ResultDownloadLink
Result
Download
Link
data
class
ResultDownloadLink
(
var
link
:
String
?
=
null
,
var
fileName
:
String
?
=
null
,
var
requests
:
Int
?
=
null
,
var
remaining
:
Int
?
=
null
,
var
message
:
String
?
=
null
,
var
resetTime
:
String
?
=
null
,
var
resetTimeUtc
:
String
?
=
null
)
(
source
)
Members
Constructors
Result
Download
Link
Link copied to clipboard
constructor
(
link
:
String
?
=
null
,
fileName
:
String
?
=
null
,
requests
:
Int
?
=
null
,
remaining
:
Int
?
=
null
,
message
:
String
?
=
null
,
resetTime
:
String
?
=
null
,
resetTimeUtc
:
String
?
=
null
)
Properties
file
Name
Link copied to clipboard
var
fileName
:
String
?
link
Link copied to clipboard
var
link
:
String
?
message
Link copied to clipboard
var
message
:
String
?
remaining
Link copied to clipboard
var
remaining
:
Int
?
requests
Link copied to clipboard
var
requests
:
Int
?
reset
Time
Link copied to clipboard
var
resetTime
:
String
?
reset
Time
Utc
Link copied to clipboard
var
resetTimeUtc
:
String
?