Cloudstream
Toggle table of contents
JVM
Target filter
JVM
Switch theme
Search in API
Skip to content
Cloudstream
App
/
com.lagradost.cloudstream3.syncproviders.providers
/
SimklApi
/
Companion
/
SettingsResponse
/
User
User
@
Serializable
data
class
User
(
val
name
:
String
,
val
avatar
:
String
)
(
source
)
Members
Constructors
User
Link copied to clipboard
constructor
(
name
:
String
,
avatar
:
String
)
Properties
avatar
Link copied to clipboard
@
SerialName
(
value
=
"avatar"
)
val
avatar
:
String
name
Link copied to clipboard
@
SerialName
(
value
=
"name"
)
val
name
:
String