BackupArchive class

Archive

Implemented types

Constructors

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})
BackupArchive.fromMap(Map<String, dynamic> map)
factory

Properties

$createdAt String
Archive creation time in ISO 8601 format.
final
$id String
Archive ID.
final
$updatedAt String
Archive update date in ISO 8601 format.
final
hashCode int
The hash code for this object.
no setterinherited
migrationId String
Migration ID.
final
policyId String
Archive policy ID.
final
resourceId String?
The resource ID to backup. Set only if this archive should backup a single resource.
final
resources List<String>
The resources that are backed up by this archive.
final
resourceType String?
The resource type to backup. Set only if this archive should backup a single resource.
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 archive.
final
size int
Archive size in bytes.
final
startedAt String
The backup start time.
final
status String
The status of the archive creation. Possible values: pending, processing, uploading, 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