day property

String? day
getter/setter pair

The day of week to run.

DAY_OF_WEEK_UNSPECIFIED is not allowed. Possible string values are:

  • "DAY_OF_WEEK_UNSPECIFIED" : The day of the week is unspecified.
  • "MONDAY" : Monday
  • "TUESDAY" : Tuesday
  • "WEDNESDAY" : Wednesday
  • "THURSDAY" : Thursday
  • "FRIDAY" : Friday
  • "SATURDAY" : Saturday
  • "SUNDAY" : Sunday

Implementation

core.String? day;