toggle menu
coingecko
1.0.0-rc01
common
switch theme
search in API
coingecko
/
coingecko.models.status
Package-level
declarations
Types
Types
Project
Link copied to clipboard
@
Serializable
data
class
Project
(
val
type
:
String
?
=
null
,
val
id
:
String
?
=
null
,
val
name
:
String
?
=
null
,
val
symbol
:
String
?
=
null
,
val
image
:
Image
?
=
null
)
Status
Updates
Link copied to clipboard
@
Serializable
data
class
StatusUpdates
(
val
updates
:
List
<
Update
>
=
emptyList()
,
val
total
:
Int
,
val
perPage
:
Int
,
val
nextPage
:
Int
?
,
val
previousPage
:
Int
?
)
:
Page
Update
Link copied to clipboard
@
Serializable
data
class
Update
(
val
description
:
String
?
=
null
,
val
category
:
String
?
=
null
,
val
createdAt
:
String
?
=
null
,
val
user
:
String
?
=
null
,
val
userTitle
:
String
?
=
null
,
val
pin
:
Boolean
=
false
,
val
project
:
Project
?
=
null
)