[[["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-08-20 UTC."],[[["DayOfWeek is an enumeration that represents the days of the week within the AdRuleService and other related services in Google Ad Manager."],["This enumeration includes values for each day of the week (Monday through Sunday), allowing for targeting and scheduling based on specific days."],["DayOfWeek is part of the Google Ad Manager API and uses the namespace `https://www.google.com/apis/ads/publisher/v202408`."],["It is utilized within services such as AdRuleService, ForecastService, LineItemService, and others to manage and control ad delivery and related functionalities."]]],["The content defines `DayOfWeek`, an enumeration used across various services like `AdRuleService`, `ForecastService`, and `LineItemService`. It lists the days of the week: `MONDAY`, `TUESDAY`, `WEDNESDAY`, `THURSDAY`, `FRIDAY`, `SATURDAY`, and `SUNDAY`. These are part of the namespace `https://www.google.com/apis/ads/publisher/v202408` and can be used in a `DayPart` dependency. Each day has a corresponding description such as `MONDAY`: The day of week named Monday.\n"]]