toggle menu
http4k
6.15.0.1
jvm
switch theme
search in API
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
)
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
?
=
null
Extended
Statistics
Link copied to clipboard
val
ExtendedStatistics
:
Map
<
String
,
Double
>
?
=
null
Maximum
Link copied to clipboard
val
Maximum
:
Double
?
=
null
Minimum
Link copied to clipboard
val
Minimum
:
Double
?
=
null
Sample
Count
Link copied to clipboard
val
SampleCount
:
Double
?
=
null
Sum
Link copied to clipboard
val
Sum
:
Double
?
=
null
Timestamp
Link copied to clipboard
val
Timestamp
:
Instant
?
=
null
Unit
Link copied to clipboard
val
Unit
:
MetricUnit
?
=
null