CopyBackupRequest class

The request for CopyBackup.

Constructors

CopyBackupRequest({String? backupId, CopyBackupEncryptionConfig? encryptionConfig, String? expireTime, String? sourceBackup})
CopyBackupRequest.fromJson(Map json_)

Properties

backupId ↔ String?
The id of the backup copy.
getter/setter pair
encryptionConfig ↔ CopyBackupEncryptionConfig?
The encryption configuration used to encrypt the backup.
getter/setter pair
expireTime ↔ String?
The expiration time of the backup in microsecond granularity.
getter/setter pair
hashCode → int
The hash code for this object.
no setterinherited
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
sourceBackup ↔ String?
The source backup to be copied.
getter/setter pair

Methods

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

Operators

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