SourceConfig constructor

SourceConfig({
  1. int? autoRefreshFrequencySeconds,
  2. int? autoRefreshPointLagSeconds,
  3. String? autoRefreshStartTime,
  4. bool? automaticBackupsReplicationEnabled,
  5. String? autonomousDatabase,
  6. String? autonomousDatabaseBackup,
  7. String? backupTime,
  8. String? cloneType,
  9. String? refreshableMode,
  10. String? sourceType,
  11. bool? useLatestAvailableBackup,
})

Implementation

SourceConfig({
  this.autoRefreshFrequencySeconds,
  this.autoRefreshPointLagSeconds,
  this.autoRefreshStartTime,
  this.automaticBackupsReplicationEnabled,
  this.autonomousDatabase,
  this.autonomousDatabaseBackup,
  this.backupTime,
  this.cloneType,
  this.refreshableMode,
  this.sourceType,
  this.useLatestAvailableBackup,
});