QueryUsageHistoriesResponse

The QueryUsageHistories response.

JSON representation
{ "usageHistories": [ { object (UsageHistory) } ] }
Fields
usageHistories[]

object (UsageHistory)

The usage histories that match the request.

UsageHistory

A collection of data points that describes the historical time-varying values of a resource.

JSON representation
{ "timeSeries": { object (TimeSeries) }, "aggregationMethod": enum (AggregationMethod) }
Fields
timeSeries

object (TimeSeries)

The collection of data points that represent the historical values.

aggregationMethod

enum (AggregationMethod)

Method used to convert sampled usage data to time series values.