[null,null,["Last updated 2024-08-20 UTC."],[[["TimeOfDay objects represent a specific time of day, utilizing a 24-hour format for the hour and allowing for minutes in increments of 15."],["This object is used within various Google Ad Manager services like AdRuleService, AdjustmentService, and others to specify scheduling or targeting parameters."],["The TimeOfDay object is defined by two required fields: \"hour\" which ranges from 0 to 24, and \"minute\" which accepts values of 0, 15, 30, or 45."],["The namespace for this object is `https://www.google.com/apis/ads/publisher/v202408`, indicating its place within the Google Ad Manager API structure."]]],["The core content defines the `TimeOfDay` data structure, used across multiple services like `AdRuleService`, `AdjustmentService`, and `ProposalService`. `TimeOfDay` represents a specific time with two required fields: `hour` (0-24) and `minute`. The `minute` field uses the `MinuteOfHour` enumeration with four valid values: `ZERO`, `FIFTEEN`, `THIRTY`, and `FORTY_FIVE`, representing 0, 15, 30, and 45 minutes past the hour, respectively. The namespace is `https://www.google.com/apis/ads/publisher/v202408`.\n"]]