[[["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, indicated by an hour and minute."],["The hour is represented in 24-hour format, ranging from 0 to 24."],["The minute can only be one of four specific values: 0, 15, 30, or 45, represented by the MinuteOfHour enumeration."],["TimeOfDay is used within the Google Ad Manager API and falls under the specified namespace."],["Both hour and minute fields are required when defining a TimeOfDay object."]]],["The document defines `TimeOfDay`, a data structure representing a specific time. It's utilized within various services such as AdRuleService, AdjustmentService, ForecastService, LineItemService, NativeStyleService, ProposalLineItemService, etc. `TimeOfDay` has two required fields: `hour` (0-24) and `minute` (0, 15, 30, or 45). The `minute` field has possible values that represent minutes of the hour : ZERO, FIFTEEN, THIRTY and FORTY_FIVE. The namespace is provided as well.\n"]]