Backup constructor

Backup({
  1. String? backupArn,
  2. String? backupId,
  3. BackupType? backupType,
  4. DateTime? createdAt,
  5. String? description,
  6. String? engine,
  7. String? engineModel,
  8. String? engineVersion,
  9. String? instanceProfileArn,
  10. String? instanceType,
  11. String? keyPair,
  12. String? preferredBackupWindow,
  13. String? preferredMaintenanceWindow,
  14. int? s3DataSize,
  15. String? s3DataUrl,
  16. String? s3LogUrl,
  17. List<String>? securityGroupIds,
  18. String? serverName,
  19. String? serviceRoleArn,
  20. BackupStatus? status,
  21. String? statusDescription,
  22. List<String>? subnetIds,
  23. String? toolsVersion,
  24. String? userArn,
})

Implementation

Backup({
  this.backupArn,
  this.backupId,
  this.backupType,
  this.createdAt,
  this.description,
  this.engine,
  this.engineModel,
  this.engineVersion,
  this.instanceProfileArn,
  this.instanceType,
  this.keyPair,
  this.preferredBackupWindow,
  this.preferredMaintenanceWindow,
  this.s3DataSize,
  this.s3DataUrl,
  this.s3LogUrl,
  this.securityGroupIds,
  this.serverName,
  this.serviceRoleArn,
  this.status,
  this.statusDescription,
  this.subnetIds,
  this.toolsVersion,
  this.userArn,
});