EdcMetricsMapType Data Type

A container for EdcMetric instances organized into a list.

Properties
name data type description
metric array of EdcMetric

Example

{
  "metric" : [ {
    "name" : "...",
    "type" : "...",
    "value" : "..."
  }, {
    "name" : "...",
    "type" : "...",
    "value" : "..."
  } ]
}