[[["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-05-15 UTC."],[[["DayOfWeek is an enumeration that represents the days of the week, used within the Google Ad Manager API."],["It includes values for each day: MONDAY, TUESDAY, WEDNESDAY, THURSDAY, FRIDAY, SATURDAY, and SUNDAY."],["This enumeration is utilized by various services within the Ad Manager API, such as AdRuleService, AdjustmentService, ForecastService, etc., as indicated by the provided links."],["Each enumeration value has a corresponding description clearly defining the specific day of the week it represents."]]],["The content defines `DayOfWeek` as an enumeration within the namespace `https://www.google.com/apis/ads/publisher/v202405`. It lists seven possible values: `MONDAY`, `TUESDAY`, `WEDNESDAY`, `THURSDAY`, `FRIDAY`, `SATURDAY`, and `SUNDAY`, each representing a specific day of the week. These are used as dependencies to different services such as `AdRuleService`, `NativeStyleService` and `YieldGroupService`. It is also a dependency of the `DayPart`.\n"]]