[[["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 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 enum, and is also required."],["TimeOfDay is part of the Google Ad Manager API and is used by various services like AdRuleService, AdjustmentService, and others."]]],["The core content details the `TimeOfDay` structure used within various services, including AdRuleService, AdjustmentService, and others. `TimeOfDay` represents a specific time, defined by `hour` (0-24, required) and `minute` (0, 15, 30, or 45, also required). The `MinuteOfHour` enumeration provides valid minute values. This structure is located within the `https://www.google.com/apis/ads/publisher/v202408` namespace and dependencies to DayPart.\n"]]