Keel
Toggle table of contents
0.0.1
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
Keel
keel-core
/
com.keel.kernel.observability
/
NodeAssetMetadata
Node
Asset
Metadata
@
Serializable
data
class
NodeAssetMetadata
(
val
assetId
:
String
?
=
null
,
val
address
:
String
?
=
null
,
val
zone
:
String
?
=
null
,
val
region
:
String
?
=
null
,
val
role
:
String
?
=
null
,
val
roleDescription
:
String
?
=
null
,
val
featured
:
Boolean
=
false
)
(
source
)
Members
Constructors
Node
Asset
Metadata
Link copied to clipboard
constructor
(
assetId
:
String
?
=
null
,
address
:
String
?
=
null
,
zone
:
String
?
=
null
,
region
:
String
?
=
null
,
role
:
String
?
=
null
,
roleDescription
:
String
?
=
null
,
featured
:
Boolean
=
false
)
Properties
address
Link copied to clipboard
val
address
:
String
?
asset
Id
Link copied to clipboard
val
assetId
:
String
?
featured
Link copied to clipboard
val
featured
:
Boolean
region
Link copied to clipboard
val
region
:
String
?
role
Link copied to clipboard
val
role
:
String
?
role
Description
Link copied to clipboard
val
roleDescription
:
String
?
zone
Link copied to clipboard
val
zone
:
String
?