Distribution Cut Response
data class DistributionCutResponse(val distributionFilter: String, val range: GoogleMonitoringV3RangeResponse)
A DistributionCut defines a TimeSeries and thresholds used for measuring good service and total service. The TimeSeries must have ValueType = DISTRIBUTION and MetricKind = DELTA or MetricKind = CUMULATIVE. The computed good_service will be the estimated count of values in the Distribution that fall within the specified min and max.