Snapshot constructor

Snapshot({
  1. List<AccountWithRestoreAccess>? accountsWithRestoreAccess,
  2. double? actualIncrementalBackupSizeInMegaBytes,
  3. String? availabilityZone,
  4. double? backupProgressInMegaBytes,
  5. DateTime? clusterCreateTime,
  6. String? clusterIdentifier,
  7. String? clusterVersion,
  8. double? currentBackupRateInMegaBytesPerSecond,
  9. String? dBName,
  10. int? elapsedTimeInSeconds,
  11. bool? encrypted,
  12. bool? encryptedWithHSM,
  13. String? engineFullVersion,
  14. bool? enhancedVpcRouting,
  15. int? estimatedSecondsToCompletion,
  16. String? kmsKeyId,
  17. String? maintenanceTrackName,
  18. int? manualSnapshotRemainingDays,
  19. int? manualSnapshotRetentionPeriod,
  20. String? masterUsername,
  21. String? nodeType,
  22. int? numberOfNodes,
  23. String? ownerAccount,
  24. int? port,
  25. List<String>? restorableNodeTypes,
  26. DateTime? snapshotCreateTime,
  27. String? snapshotIdentifier,
  28. DateTime? snapshotRetentionStartTime,
  29. String? snapshotType,
  30. String? sourceRegion,
  31. String? status,
  32. List<Tag>? tags,
  33. double? totalBackupSizeInMegaBytes,
  34. String? vpcId,
})

Implementation

Snapshot({
  this.accountsWithRestoreAccess,
  this.actualIncrementalBackupSizeInMegaBytes,
  this.availabilityZone,
  this.backupProgressInMegaBytes,
  this.clusterCreateTime,
  this.clusterIdentifier,
  this.clusterVersion,
  this.currentBackupRateInMegaBytesPerSecond,
  this.dBName,
  this.elapsedTimeInSeconds,
  this.encrypted,
  this.encryptedWithHSM,
  this.engineFullVersion,
  this.enhancedVpcRouting,
  this.estimatedSecondsToCompletion,
  this.kmsKeyId,
  this.maintenanceTrackName,
  this.manualSnapshotRemainingDays,
  this.manualSnapshotRetentionPeriod,
  this.masterUsername,
  this.nodeType,
  this.numberOfNodes,
  this.ownerAccount,
  this.port,
  this.restorableNodeTypes,
  this.snapshotCreateTime,
  this.snapshotIdentifier,
  this.snapshotRetentionStartTime,
  this.snapshotType,
  this.sourceRegion,
  this.status,
  this.tags,
  this.totalBackupSizeInMegaBytes,
  this.vpcId,
});