RatioPartResponse

data class RatioPartResponse(val aggregation: AggregationResponse, val filter: String)

Describes a query to build the numerator or denominator of a TimeSeriesFilterRatio.

Constructors

Link copied to clipboard
fun RatioPartResponse(aggregation: AggregationResponse, filter: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

By default, the raw time series data is returned. Use this field to combine multiple time series for different views of the data.

Link copied to clipboard

The monitoring filter (https://cloud.google.com/monitoring/api/v3/filters) that identifies the metric types, resources, and projects to query.