data class ServiceLoadMetricResponse(val defaultLoad: Int? = null, val name: String, val primaryDefaultLoad: Int? = null, val secondaryDefaultLoad: Int? = null, val weight: String? = null)
Specifies a metric to load balance a service during runtime.
The name of the metric. If the service chooses to report load during runtime, the load metric name should match the name that is specified in Name exactly. Note that metric names are case sensitive.