Cloudstream
Toggle table of contents
JVM
Target filter
JVM
Switch theme
Search in API
Skip to content
Cloudstream
App
/
com.lagradost.cloudstream3.syncproviders.providers
/
SubDlApi
/
ApiKeyResponse
Api
Key
Response
@
Serializable
data
class
ApiKeyResponse
(
val
ok
:
Boolean
?
=
false
,
val
apiKey
:
String
,
val
usage
:
SubDlApi.Usage
?
=
null
)
(
source
)
Members
Constructors
Api
Key
Response
Link copied to clipboard
constructor
(
ok
:
Boolean
?
=
false
,
apiKey
:
String
,
usage
:
SubDlApi.Usage
?
=
null
)
Properties
api
Key
Link copied to clipboard
@
SerialName
(
value
=
"api_key"
)
val
apiKey
:
String
ok
Link copied to clipboard
@
SerialName
(
value
=
"ok"
)
val
ok
:
Boolean
?
usage
Link copied to clipboard
@
SerialName
(
value
=
"usage"
)
val
usage
:
SubDlApi.Usage
?