toggle menu
coingecko
1.0.0-rc01
common
switch theme
search in API
coingecko
/
coingecko.models.status
/
Project
Project
@
Serializable
data
class
Project
(
val
type
:
String
?
=
null
,
val
id
:
String
?
=
null
,
val
name
:
String
?
=
null
,
val
symbol
:
String
?
=
null
,
val
image
:
Image
?
=
null
)
Members
Constructors
Project
Link copied to clipboard
constructor
(
type
:
String
?
=
null
,
id
:
String
?
=
null
,
name
:
String
?
=
null
,
symbol
:
String
?
=
null
,
image
:
Image
?
=
null
)
Properties
id
Link copied to clipboard
val
id
:
String
?
=
null
image
Link copied to clipboard
val
image
:
Image
?
=
null
name
Link copied to clipboard
val
name
:
String
?
=
null
symbol
Link copied to clipboard
val
symbol
:
String
?
=
null
type
Link copied to clipboard
val
type
:
String
?
=
null