Cloudstream
Toggle table of contents
JVM
Target filter
JVM
Switch theme
Search in API
Skip to content
Cloudstream
App
/
com.lagradost.cloudstream3.syncproviders.providers
/
MALApi
/
MalUser
Mal
User
@
Serializable
data
class
MalUser
(
val
id
:
Int
,
val
name
:
String
,
val
location
:
String
,
val
joinedAt
:
String
,
val
picture
:
String
?
)
(
source
)
Members
Constructors
Mal
User
Link copied to clipboard
constructor
(
id
:
Int
,
name
:
String
,
location
:
String
,
joinedAt
:
String
,
picture
:
String
?
)
Properties
id
Link copied to clipboard
@
SerialName
(
value
=
"id"
)
val
id
:
Int
joined
At
Link copied to clipboard
@
SerialName
(
value
=
"joined_at"
)
val
joinedAt
:
String
location
Link copied to clipboard
@
SerialName
(
value
=
"location"
)
val
location
:
String
name
Link copied to clipboard
@
SerialName
(
value
=
"name"
)
val
name
:
String
picture
Link copied to clipboard
@
SerialName
(
value
=
"picture"
)
val
picture
:
String
?