BackupRestoration class
Restoration
- Implemented types
Constructors
-
BackupRestoration({required String $id, required String $createdAt, required String $updatedAt, required String archiveId, required String policyId, required String status, required String startedAt, required String migrationId, required List<
String> services, required List<String> resources, required String options}) -
BackupRestoration.fromMap(Map<
String, dynamic> map) -
factory
Properties
- $createdAt → String
-
Restoration creation time in ISO 8601 format.
final
- $id → String
-
Restoration ID.
final
- $updatedAt → String
-
Restoration update date in ISO 8601 format.
final
- archiveId → String
-
Backup archive ID.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- migrationId → String
-
Migration ID.
final
- options → String
-
Optional data in key-value object.
final
- policyId → String
-
Backup policy ID.
final
-
resources
→ List<
String> -
The resources that are backed up by this policy.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
services
→ List<
String> -
The services that are backed up by this policy.
final
- startedAt → String
-
The backup start time.
final
- status → String
-
The status of the restoration. Possible values: pending, downloading, processing, completed, failed.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toMap(
) → Map< String, dynamic> -
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited