[[["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 specific times within a 24-hour day, used for scheduling in Google Ad Manager."],["The `hour` field (0-24) and `minute` field (0, 15, 30, 45) are required for defining a TimeOfDay."],["TimeOfDay objects utilize a namespace associated with the Google Ad Manager API."],["MinuteOfHour is an enumeration used within TimeOfDay to specify allowed minute values (0, 15, 30, 45)."]]],["The content defines `TimeOfDay`, a data structure representing a specific time. It's used across multiple services: `AdRuleService`, `AdjustmentService`, `ForecastService`, `LineItemService`, `NativeStyleService`, `ProposalLineItemService`, `ProposalService`, `PublisherQueryLanguageService`, `TargetingPresetService`, and `YieldGroupService`. `TimeOfDay` consists of two required fields: `hour` (0-24) and `minute`. `minute` uses the `MinuteOfHour` enumeration which supports `ZERO`, `FIFTEEN`, `THIRTY`, and `FORTY_FIVE`. The namespace for this is `https://www.google.com/apis/ads/publisher/v202405`.\n"]]