[[["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-08-20 UTC."],[[["TimeOfDay object represents a specific time, specified by hour and minute, within a 24-hour clock."],["The `hour` field uses a 24-hour format ranging from 0 to 24, and the `minute` field accepts values of 0, 15, 30, and 45."],["Both `hour` and `minute` are required fields when defining a TimeOfDay object within the Google Ad Manager API."]]],["The core content describes the `TimeOfDay` data structure used across various services like `AdRuleService`, `AdjustmentService`, `ForecastService`, and `LineItemService`. `TimeOfDay` specifies a time using `hour` (0-24) and `minute`. Only four minute values are permitted: 0, 15, 30, and 45, represented by `ZERO`, `FIFTEEN`, `THIRTY`, and `FORTY_FIVE` enumerations. `TimeOfDay` is utilized in conjunction with `DayPart`, the namespace is provided.\n"]]