Krill SDK
Toggle table of contents
0.0.9
common
Target filter
common
Switch theme
Search in API
Skip to content
Krill SDK
Krill SDK
/
krill.zone.shared.krillapp.datapoint.graph
Package-level
declarations
Types
Types
Graph
Meta
Data
Link copied to clipboard
@
Serializable
data
class
GraphMetaData
(
val
name
:
String
=
"Data Graph"
,
val
sources
:
List
<
NodeIdentity
>
=
emptyList()
,
val
targets
:
List
<
NodeIdentity
>
=
emptyList()
,
val
timeRange
:
ComputeTimeRange
=
ComputeTimeRange.HOUR
,
val
executionSource
:
List
<
ExecutionSource
>
=
emptyList()
,
val
error
:
String
=
""
)
:
TargetingNodeMetaData
Payload for a
DataPoint.Graph
node.