[[["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 object represents a specific time in a day, within the Google Ad Manager API."],["It's defined by the `hour` (0-24) and `minute` (0, 15, 30, 45) fields, both of which are required."],["TimeOfDay is utilized within various Ad Manager services like LineItemService, AdRuleService, and others."],["It uses a namespace of `https://www.google.com/apis/ads/publisher/v202411` for its operations."]]],["The core content defines the `TimeOfDay` data structure, used across various services like `AdRuleService`, `ForecastService`, and `LineItemService`. `TimeOfDay` represents a specific time, defined by `hour` (0-24) and `minute`. `Minute` is specified using the `MinuteOfHour` enumeration with values: `ZERO`, `FIFTEEN`, `THIRTY`, and `FORTY_FIVE`, corresponding to 0, 15, 30, and 45 minutes past the hour respectively. The data is part of the `v202411` version of Google's API.\n"]]