startTimes property

  1. @TagNumber(1)
List<TimeOfDay> startTimes

The times during the day to start a backup. The start times are assumed to be in UTC and to be an exact hour (e.g., 04:00:00).

If no start times are provided, a single fixed start time is chosen arbitrarily.

Implementation

@$pb.TagNumber(1)
$core.List<$26.TimeOfDay> get startTimes => $_getList(0);