dayOfWeek property
The day of the week to target.
If unspecified, applicable to all days. Possible string values are:
- "DAY_OF_WEEK_UNSPECIFIED" : A placeholder for when the day of the week is not specified.
- "MONDAY" : Monday
- "TUESDAY" : Tuesday
- "WEDNESDAY" : Wednesday
- "THURSDAY" : Thursday
- "FRIDAY" : Friday
- "SATURDAY" : Saturday
- "SUNDAY" : Sunday
Implementation
core.String? dayOfWeek;