Backup constructor
Backup({})
Implementation
Backup({
this.encryptionInfo,
this.endTime,
this.expireTime,
this.name,
this.sizeBytes,
this.sourceBackup,
this.sourceTable,
this.startTime,
this.state,
});