[[["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-11-19 UTC."],[[["TimeOfDay objects represent specific times within a 24-hour day, using hour and minute values."],["The `hour` field is an integer ranging from 0 to 24, indicating the hour of the day."],["The `minute` field uses the `MinuteOfHour` enumeration with values representing 0, 15, 30, or 45 minutes past the hour."],["Both `hour` and `minute` fields are required when defining a TimeOfDay object within Google Ad Manager."]]],["The content defines `TimeOfDay`, a component used across various services like `AdRuleService`, `AdjustmentService`, and `YieldGroupService`. It represents a specific time, consisting of `hour` (0-24, required) and `minute`. Supported minute values are `ZERO`, `FIFTEEN`, `THIRTY`, and `FORTY_FIVE`. The namespace for `TimeOfDay` is `https://www.google.com/apis/ads/publisher/v202411`. `DayPart` is listed as a dependency, linking to the `PublisherQueryLanguageService`.\n"]]