daysOfWeek property

List<String>? daysOfWeek
getter/setter pair

Days of the week when the ad will serve.

Acceptable values are: - "SUNDAY" - "MONDAY" - "TUESDAY" - "WEDNESDAY" - "THURSDAY" - "FRIDAY" - "SATURDAY"

Implementation

core.List<core.String>? daysOfWeek;