[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-02-13 UTC."],[[["`ForecastBreakdownEntry` represents a single entry within a forecast breakdown."],["It includes an optional name and a forecast, providing insights into specific aspects of the overall forecast."],["The name is derived from the associated `ForecastBreakdownTarget`, allowing for identification and categorization."],["The `forecast` field contains a `BreakdownForecast` object that holds the predicted data for the entry."]]],["The `ForecastBreakdownEntry` provides data for a single forecast breakdown. It includes two key fields: `name` and `forecast`. The `name` field is an optional string, referencing the `ForecastBreakdownTarget.name`. The `forecast` field contains the actual forecast data for the entry, represented by the `BreakdownForecast`. These entries are found within the `ForecastService` namespace and rely on the `ForecastBreakdown` dependency.\n"]]