[[["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."],[[["TimeOfDay represents a specific time of day, specified by hour and minute."],["It utilizes a 24-hour format for the `hour` field (ranging from 0 to 24)."],["The `minute` field supports values of 0, 15, 30, and 45, representing specific intervals within an hour."],["This object is part of the Google Ad Manager API and is used within various services like AdRuleService and ForecastService."]]],["The core content details the `TimeOfDay` data structure used within the publisher API's `v202405` version. It specifies a particular time using two required fields: `hour` (0-24) and `minute`. The `minute` field accepts values defined by the `MinuteOfHour` enumeration: `ZERO`, `FIFTEEN`, `THIRTY`, or `FORTY_FIVE`. This structure is part of the dependencies for the `DayPart` and is utilized across various services like `AdRuleService`, `ForecastService`, `LineItemService`, and others.\n"]]