Backup constructor
Backup({
- List<
String> ? backupSchedules, - String? createTime,
- String? database,
- String? databaseDialect,
- EncryptionInfo? encryptionInfo,
- List<
EncryptionInfo> ? encryptionInformation, - String? exclusiveSizeBytes,
- String? expireTime,
- String? freeableSizeBytes,
- String? incrementalBackupChainId,
- List<
BackupInstancePartition> ? instancePartitions, - String? maxExpireTime,
- String? name,
- String? oldestVersionTime,
- List<
String> ? referencingBackups, - List<
String> ? referencingDatabases, - String? sizeBytes,
- String? state,
- String? versionTime,
Implementation
Backup({
this.backupSchedules,
this.createTime,
this.database,
this.databaseDialect,
this.encryptionInfo,
this.encryptionInformation,
this.exclusiveSizeBytes,
this.expireTime,
this.freeableSizeBytes,
this.incrementalBackupChainId,
this.instancePartitions,
this.maxExpireTime,
this.name,
this.oldestVersionTime,
this.referencingBackups,
this.referencingDatabases,
this.sizeBytes,
this.state,
this.versionTime,
});