Cloudstream
Toggle table of contents
JVM
Target filter
JVM
Switch theme
Search in API
Skip to content
Cloudstream
App
/
com.lagradost.cloudstream3.utils
/
SyncUtil
/
Mal
Mal
@
Serializable
data
class
Mal
(
val
id
:
Int
?
,
val
type
:
String
?
,
val
title
:
String
?
,
val
url
:
String
?
,
val
image
:
String
?
,
val
category
:
String
?
,
val
hentai
:
Boolean
?
,
val
createdAt
:
String
?
,
val
updatedAt
:
String
?
,
val
deletedAt
:
String
?
)
(
source
)
Members
Constructors
Mal
Link copied to clipboard
constructor
(
id
:
Int
?
,
type
:
String
?
,
title
:
String
?
,
url
:
String
?
,
image
:
String
?
,
category
:
String
?
,
hentai
:
Boolean
?
,
createdAt
:
String
?
,
updatedAt
:
String
?
,
deletedAt
:
String
?
)
Properties
category
Link copied to clipboard
@
SerialName
(
value
=
"category"
)
val
category
:
String
?
created
At
Link copied to clipboard
@
SerialName
(
value
=
"createdAt"
)
val
createdAt
:
String
?
deleted
At
Link copied to clipboard
@
SerialName
(
value
=
"deletedAt"
)
val
deletedAt
:
String
?
hentai
Link copied to clipboard
@
SerialName
(
value
=
"hentai"
)
val
hentai
:
Boolean
?
id
Link copied to clipboard
@
SerialName
(
value
=
"id"
)
val
id
:
Int
?
image
Link copied to clipboard
@
SerialName
(
value
=
"image"
)
val
image
:
String
?
title
Link copied to clipboard
@
SerialName
(
value
=
"title"
)
val
title
:
String
?
type
Link copied to clipboard
@
SerialName
(
value
=
"type"
)
val
type
:
String
?
updated
At
Link copied to clipboard
@
SerialName
(
value
=
"updatedAt"
)
val
updatedAt
:
String
?
url
Link copied to clipboard
@
SerialName
(
value
=
"url"
)
val
url
:
String
?