CopyBackupRequest class

The request for CopyBackup.

Constructors

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

Properties

backupId ↔ String?
The id of the new backup.
getter/setter pair
expireTime ↔ String?
The expiration time of the copied backup with microsecond granularity that must be at least 6 hours and at most 30 days from the time the request is received.
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 from.
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