ScheduledSnapshotsConfig constructor

ScheduledSnapshotsConfig({
  1. bool? enabled,
  2. String? snapshotCreationSchedule,
  3. String? snapshotLocation,
  4. String? timeZone,
})

Implementation

ScheduledSnapshotsConfig({
  this.enabled,
  this.snapshotCreationSchedule,
  this.snapshotLocation,
  this.timeZone,
});