[[["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, specified by an hour and minute."],["The `hour` field accepts values between 0 and 24, inclusive, and is mandatory for creating a TimeOfDay object."],["The `minute` field can only be set to 0, 15, 30, or 45, representing specific minute intervals within the hour, and is also required."],["TimeOfDay objects utilize a namespace from the Google Ad Manager API, version v202411."]]],["The core content describes the `TimeOfDay` data structure used across various services like `AdRuleService`, `AdjustmentService`, `ForecastService`, and others. `TimeOfDay` represents a specific time, defined by two required fields: `hour` (0-24) and `minute`. The `minute` field only supports values: 0, 15, 30, or 45, which are specified by the `MinuteOfHour` enumeration options `ZERO`, `FIFTEEN`, `THIRTY`, and `FORTY_FIVE`. The namespace for these services is `https://www.google.com/apis/ads/publisher/v202411`.\n"]]