Metric Configuration Response
data class MetricConfigurationResponse(val counterSets: List<MetricCounterSetResponse>, val mdmAccount: String? = null, val metricNameSpace: String? = null, val resourceId: String)
Metric configuration.
Constructors
Link copied to clipboard
fun MetricConfigurationResponse(counterSets: List<MetricCounterSetResponse>, mdmAccount: String? = null, metricNameSpace: String? = null, resourceId: String)