[[["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 objects represent a specific time of day, using hour and minute values."],["The `hour` field uses a 24-hour format and is required, ranging from 0 to 24."],["The `minute` field currently supports only 0, 15, 30, and 45 as values and is also required."],["TimeOfDay objects belong to the `https://www.google.com/apis/ads/publisher/v202405` namespace."]]],["The content defines `TimeOfDay`, a data structure representing a specific time. It's used by various services, including AdRuleService, AdjustmentService, ForecastService, LineItemService, NativeStyleService, ProposalLineItemService, ProposalService, PublisherQueryLanguageService, TargetingPresetService, and YieldGroupService. `TimeOfDay` includes `hour` (0-24) and `minute` (0, 15, 30, or 45), which are both required. The available minutes are defined as enumerations: `ZERO`, `FIFTEEN`, `THIRTY`, and `FORTY_FIVE`. The namespace for TimeOfDay is also specified.\n"]]