toggle menu
http4k
6.15.0.1
jvm
switch theme
search in API
http4k-connect-amazon-cloudwatch
/
org.http4k.connect.amazon.cloudwatch.model
/
Metric
Metric
@
JsonSerializable
data
class
Metric
(
val
MetricName
:
MetricName
,
val
Namespace
:
Namespace
?
=
null
,
val
Dimensions
:
List
<
Dimension
>
?
=
null
)
Members
Constructors
Metric
Link copied to clipboard
constructor
(
MetricName
:
MetricName
,
Namespace
:
Namespace
?
=
null
,
Dimensions
:
List
<
Dimension
>
?
=
null
)
Properties
Dimensions
Link copied to clipboard
val
Dimensions
:
List
<
Dimension
>
?
=
null
Metric
Name
Link copied to clipboard
val
MetricName
:
MetricName
Namespace
Link copied to clipboard
val
Namespace
:
Namespace
?
=
null