RestoreBackup class

deleteExistingFiles specifies the truncate parameter in the request.

If true, the existing files will be deleted before restoring the backup.

If false, the existing files will be kept.

Default value is false.

Annotations
  • @freezed

Constructors

RestoreBackup({@JsonKey(name: 'truncate') bool? deleteExistingFiles})
const
factory
RestoreBackup.fromJson(JsonMap json)
factory

Properties

copyWith → $RestoreBackupCopyWith<RestoreBackup>
no setterinherited
deleteExistingFiles bool?
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited