RestoreBackupContext class

Database instance restore from backup context.

Backup context contains source instance id and project id.

Constructors

RestoreBackupContext({String? backupRunId, String? instanceId, String? kind, String? project})
RestoreBackupContext.fromJson(Map _json)

Properties

backupRunId String?
The ID of the backup run to restore from.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
instanceId String?
The ID of the instance that the backup was taken from.
getter/setter pair
kind String?
This is always sql#restoreBackupContext.
getter/setter pair
project String?
The full project ID of the source instance.
getter/setter pair
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>
toString() String
A string representation of this object.
inherited

Operators

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