The boundaries of time windows to configure time breakdown.
By default, the time window of the forecasted LineItem is assumed if none are
explicitly specified in this field. But if set, at least two
DateTimes are
needed to define the boundaries of minimally one time window.
Also, the time boundaries are required to be in the same time
zone, in strictly ascending order.
[[["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-05-15 UTC."],[[["ForecastBreakdownOptions allow configuration of forecast breakdowns by specifying time windows and breakdown targets."],["Time windows are defined using `timeWindows` with at least two `DateTime` objects in ascending order and sharing the same time zone."],["Breakdown targets within each time window are specified using `targets`, defaulting to the forecasted LineItem's targeting if not set."],["If `timeWindows` isn't set, the forecasted LineItem's time window is used."],["Both `timeWindows` and `targets` fields use specific object types for their values: `DateTime` and `ForecastBreakdownTarget` respectively."]]],[]]