Cloudstream
Toggle table of contents
JVM
Target filter
JVM
Switch theme
Search in API
Skip to content
Cloudstream
App
/
com.lagradost.cloudstream3.syncproviders.providers
/
OpenSubtitlesApi
/
ResultData
Result
Data
@
Serializable
data
class
ResultData
(
var
id
:
String
?
=
null
,
var
type
:
String
?
=
null
,
var
attributes
:
OpenSubtitlesApi.ResultAttributes
?
=
ResultAttributes()
)
(
source
)
Members
Constructors
Result
Data
Link copied to clipboard
constructor
(
id
:
String
?
=
null
,
type
:
String
?
=
null
,
attributes
:
OpenSubtitlesApi.ResultAttributes
?
=
ResultAttributes()
)
Properties
attributes
Link copied to clipboard
@
SerialName
(
value
=
"attributes"
)
var
attributes
:
OpenSubtitlesApi.ResultAttributes
?
id
Link copied to clipboard
@
SerialName
(
value
=
"id"
)
var
id
:
String
?
type
Link copied to clipboard
@
SerialName
(
value
=
"type"
)
var
type
:
String
?