[[["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-02-13 UTC."],[[["The `TimeOfDay` object represents a specific time within a day, utilizing `hour` and `minute` fields for precision."],["The `hour` field is an integer, while the `minute` field is represented by the `MinuteOfHour` enumeration with options like `ZERO`, `FIFTEEN`, `THIRTY`, and `FORTY_FIVE`."],["It is a component of the YieldGroupService within the Google Ad Manager API, potentially used for scheduling or targeting ads based on time."],["The TimeOfDay object belongs to the namespace `https://www.google.com/apis/ads/publisher/v202402`, indicating its version and context within the API."]]],["The core content outlines the structure of `TimeOfDay` within the Google Ad Manager API (v202402). It details that `TimeOfDay` is used across several services, including AdRuleService, AdjustmentService, ForecastService, and others. It specifies the `TimeOfDay` has two fields: `hour` (integer type) and `minute` (using the `MinuteOfHour` enumeration). The `MinuteOfHour` enumeration supports the values : ZERO, FIFTEEN, THIRTY, and FORTY_FIVE. The namespace for the v202402 is : `https://www.google.com/apis/ads/publisher/v202402` .\n"]]