toggle menu
coingecko
1.0.0-rc01
common
switch theme
search in API
coingecko
/
coingecko.models
/
AssetPlatform
Asset
Platform
@
Serializable
(
with
=
AssetPlatformSerializer::class
)
data
class
AssetPlatform
(
val
id
:
String
,
val
chainIdentifier
:
Long
?
=
null
,
val
name
:
String
,
val
shortname
:
String
)
Members
Constructors
Asset
Platform
Link copied to clipboard
constructor
(
id
:
String
,
chainIdentifier
:
Long
?
=
null
,
name
:
String
,
shortname
:
String
)
Properties
chain
Identifier
Link copied to clipboard
@
SerialName
(
value
=
"chain_identifier"
)
val
chainIdentifier
:
Long
?
=
null
id
Link copied to clipboard
val
id
:
String
name
Link copied to clipboard
val
name
:
String
shortname
Link copied to clipboard
val
shortname
:
String