[[["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 objects represent a specific time of day, specified by hour and minute."],["The `hour` field uses a 24-hour format (0-24) and is required."],["The `minute` field currently supports only 0, 15, 30, and 45 as values, represented by the `MinuteOfHour` enumeration, and is also required."],["TimeOfDay is part of the Google Ad Manager API and falls under the `TargetingPresetService`."]]],["The core content defines the `TimeOfDay` data structure, representing a specific time within a day, used across multiple services like `AdRuleService`, `AdjustmentService`, `ForecastService`, and others. `TimeOfDay` includes `hour` (0-24) and `minute` fields. Minutes are restricted to `ZERO`, `FIFTEEN`, `THIRTY`, or `FORTY_FIVE`, and `hour` needs to be set, both fields are mandatory to be set. It is located under the namespace `https://www.google.com/apis/ads/publisher/v202402`.\n"]]