[[["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 2025-02-20 UTC."],[],["The content details the `TimeOfDay` entity within a service namespace, focusing on its structure and supported values. Key fields include `hour`, representing a 24-hour time value (0-24), and `minute`, indicating minutes past the hour. The `minute` field only accepts 0, 15, 30, or 45 as valid values and these are described by the enumerations `ZERO`, `FIFTEEN`, `THIRTY` and `FORTY_FIVE`. This entity is used across various services like AdRuleService and ProposalLineItemService.\n"]]