BackupArchive constructor
BackupArchive({
- required String $id,
- required String $createdAt,
- required String $updatedAt,
- required String policyId,
- required int size,
- required String status,
- required String startedAt,
- required String migrationId,
- required List<
String> services, - required List<
String> resources, - String? resourceId,
- String? resourceType,
Implementation
BackupArchive({
required this.$id,
required this.$createdAt,
required this.$updatedAt,
required this.policyId,
required this.size,
required this.status,
required this.startedAt,
required this.migrationId,
required this.services,
required this.resources,
this.resourceId,
this.resourceType,
});