[[["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."],[[["TimeOfDay object is used to represent a specific time in a day within the Google Ad Manager API."],["It utilizes a 24-hour format for the `hour` field, ranging from 0 to 24."],["The `minute` field currently supports only 0, 15, 30, and 45 as values, represented by the `MinuteOfHour` enumeration."],["Both `hour` and `minute` fields are required when defining a TimeOfDay object."]]],["The content defines `TimeOfDay`, representing a specific time within a day, found within the `ForecastService` namespace. It specifies two required fields: `hour`, which is an integer between 0 and 24, and `minute`, which is of type `MinuteOfHour`. The possible values for `minute` are enumerated as `ZERO`, `FIFTEEN`, `THIRTY`, and `FORTY_FIVE`, representing 0, 15, 30, and 45 minutes past the hour. The `TimeOfDay` is found under multiple services such as `AdRuleService`, `AdjustmentService`, and `ForecastService`.\n"]]