Backup constructor
Backup({
- String? backupArn,
- String? backupId,
- BackupType? backupType,
- DateTime? createdAt,
- String? description,
- String? engine,
- String? engineModel,
- String? engineVersion,
- String? instanceProfileArn,
- String? instanceType,
- String? keyPair,
- String? preferredBackupWindow,
- String? preferredMaintenanceWindow,
- int? s3DataSize,
- String? s3DataUrl,
- String? s3LogUrl,
- List<
String> ? securityGroupIds, - String? serverName,
- String? serviceRoleArn,
- BackupStatus? status,
- String? statusDescription,
- List<
String> ? subnetIds, - String? toolsVersion,
- 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,
});