[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-29 UTC."],[],[],null,["- [JSON representation](#SCHEMA_REPRESENTATION)\n- [UsageHistory](#UsageHistory)\n - [JSON representation](#UsageHistory.SCHEMA_REPRESENTATION)\n\nThe `QueryUsageHistories` response.\n\n| JSON representation |\n|--------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"usageHistories\": [ { object (/capacity-planner/docs/reference/rest/v1beta/QueryUsageHistoriesResponse#UsageHistory) } ] } ``` |\n\n| Fields ||\n|--------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `usageHistories[]` | `object (`[UsageHistory](/capacity-planner/docs/reference/rest/v1beta/QueryUsageHistoriesResponse#UsageHistory)`)` The usage histories that match the request. |\n\nUsageHistory A collection of data points that describes the historical time-varying values of a resource.\n\n| JSON representation |\n|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"timeSeries\": { object (/capacity-planner/docs/reference/rest/v1beta/TimeSeries) }, \"aggregationMethod\": enum (/capacity-planner/docs/reference/rest/v1beta/AggregationMethod) } ``` |\n\n| Fields ||\n|---------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `timeSeries` | `object (`[TimeSeries](/capacity-planner/docs/reference/rest/v1beta/TimeSeries)`)` The collection of data points that represent the historical values. |\n| `aggregationMethod` | `enum (`[AggregationMethod](/capacity-planner/docs/reference/rest/v1beta/AggregationMethod)`)` Method used to convert sampled usage data to time series values. |"]]