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
/
UserData
User
Data
@
Serializable
data
class
UserData
(
val
email
:
String
,
val
name
:
String
,
val
country
:
String
,
val
scStepCode
:
String
,
val
scVerified
:
Boolean
,
val
username
:
String
?
=
null
,
val
scUsername
:
String
)
(
source
)
Members
Constructors
User
Data
Link copied to clipboard
constructor
(
email
:
String
,
name
:
String
,
country
:
String
,
scStepCode
:
String
,
scVerified
:
Boolean
,
username
:
String
?
=
null
,
scUsername
:
String
)
Properties
country
Link copied to clipboard
@
SerialName
(
value
=
"country"
)
val
country
:
String
email
Link copied to clipboard
@
SerialName
(
value
=
"email"
)
val
email
:
String
name
Link copied to clipboard
@
SerialName
(
value
=
"name"
)
val
name
:
String
sc
Step
Code
Link copied to clipboard
@
SerialName
(
value
=
"scStepCode"
)
val
scStepCode
:
String
sc
Username
Link copied to clipboard
@
SerialName
(
value
=
"scUsername"
)
val
scUsername
:
String
sc
Verified
Link copied to clipboard
@
SerialName
(
value
=
"scVerified"
)
val
scVerified
:
Boolean
username
Link copied to clipboard
@
SerialName
(
value
=
"username"
)
val
username
:
String
?