startTimes property

List<GoogleTypeTimeOfDay>? startTimes
getter/setter pair

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

core.List<GoogleTypeTimeOfDay>? startTimes;