File tree Expand file tree Collapse file tree 1 file changed +0
-5
lines changed
src/commonMain/kotlin/spp.protocol/artifact/metrics Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -19,8 +19,6 @@ package spp.protocol.artifact.metrics
19
19
import kotlinx.datetime.Instant
20
20
import kotlinx.datetime.serializers.InstantIso8601Serializer
21
21
import kotlinx.serialization.Serializable
22
- import spp.protocol.artifact.ArtifactQualifiedName
23
- import spp.protocol.artifact.QueryTimeFrame
24
22
25
23
/* *
26
24
* todo: description.
@@ -30,9 +28,6 @@ import spp.protocol.artifact.QueryTimeFrame
30
28
*/
31
29
@Serializable
32
30
data class ArtifactMetricResult (
33
- val artifactQualifiedName : ArtifactQualifiedName ,
34
- val timeFrame : QueryTimeFrame ,
35
- val focus : MetricType ,
36
31
@Serializable(with = InstantIso8601Serializer ::class )
37
32
val start : Instant ,
38
33
@Serializable(with = InstantIso8601Serializer ::class )
You can’t perform that action at this time.
0 commit comments