daysOfWeek property

List<String>? daysOfWeek
getter/setter pair

The days of the week to perform a backup.

If this field is left empty, the default of every day of the week is used.

Implementation

core.List<core.String>? daysOfWeek;