cronSchedule property

String? cronSchedule
getter/setter pair

The scheduled interval in Cron format, see https://en.wikipedia.org/wiki/Cron The default is empty: scheduled backup is not enabled.

Must be specified to enable scheduled backups.

Optional.

Implementation

core.String? cronSchedule;