http4k
Toggle table of contents
6.55.0.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
http4k
http4k-connect-amazon-cloudwatch
/
org.http4k.connect.amazon.cloudwatch.model
/
DataPoint
Data
Point
@
JsonSerializable
data
class
DataPoint
(
val
Average
:
Double
?
=
null
,
val
ExtendedStatistics
:
Map
<
String
,
Double
>
?
=
null
,
val
Maximum
:
Double
?
=
null
,
val
Minimum
:
Double
?
=
null
,
val
SampleCount
:
Double
?
=
null
,
val
Sum
:
Double
?
=
null
,
val
Timestamp
:
Instant
?
=
null
,
val
Unit
:
MetricUnit
?
=
null
)
(
source
)
Members
Constructors
Data
Point
Link copied to clipboard
constructor
(
Average
:
Double
?
=
null
,
ExtendedStatistics
:
Map
<
String
,
Double
>
?
=
null
,
Maximum
:
Double
?
=
null
,
Minimum
:
Double
?
=
null
,
SampleCount
:
Double
?
=
null
,
Sum
:
Double
?
=
null
,
Timestamp
:
Instant
?
=
null
,
Unit
:
MetricUnit
?
=
null
)
Properties
Average
Link copied to clipboard
val
Average
:
Double
?
Extended
Statistics
Link copied to clipboard
val
ExtendedStatistics
:
Map
<
String
,
Double
>
?
Maximum
Link copied to clipboard
val
Maximum
:
Double
?
Minimum
Link copied to clipboard
val
Minimum
:
Double
?
Sample
Count
Link copied to clipboard
val
SampleCount
:
Double
?
Sum
Link copied to clipboard
val
Sum
:
Double
?
Timestamp
Link copied to clipboard
val
Timestamp
:
Instant
?
Unit
Link copied to clipboard
val
Unit
:
MetricUnit
?