MetricThreshold

constructor(@Json(name = "level") level: String, @Json(name = "operator") operator: String, @Json(name = "value") value: Float, @Json(name = "value_unit") valueUnit: String? = null, @Json(name = "window_seconds") windowSeconds: Int? = null)