[[["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 object represents a specific time in a day within the Google Ad Manager API."],["It uses a 24-hour format (0-24) for the `hour` field and allows minutes to be specified in increments of 15 (0, 15, 30, 45) using the `minute` field with the MinuteOfHour enum."],["Both `hour` and `minute` are required fields for defining a TimeOfDay."]]],["The content details the `TimeOfDay` entity within the `v202408` namespace, representing a specific time. It's used across various services like `AdRuleService`, `ForecastService`, and others. Key fields include `hour` (0-24, required) and `minute` (0, 15, 30, or 45, required). `MinuteOfHour` is an enumeration with `ZERO`, `FIFTEEN`, `THIRTY`, and `FORTY_FIVE` as supported values.\n"]]