toggle menu
Cloudstream
cloudstream
switch theme
search in API
Cloudstream
/
com.lagradost.cloudstream3.utils
/
SyncUtil
/
Mal
Mal
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
val
category
:
String
?
created
At
Link copied to clipboard
val
createdAt
:
String
?
deleted
At
Link copied to clipboard
val
deletedAt
:
String
?
hentai
Link copied to clipboard
val
hentai
:
Boolean
?
id
Link copied to clipboard
val
id
:
Int
?
image
Link copied to clipboard
val
image
:
String
?
title
Link copied to clipboard
val
title
:
String
?
type
Link copied to clipboard
val
type
:
String
?
updated
At
Link copied to clipboard
val
updatedAt
:
String
?
url
Link copied to clipboard
val
url
:
String
?