Backup constructor

Backup({
  1. String? createTime,
  2. String? database,
  3. String? databaseDialect,
  4. EncryptionInfo? encryptionInfo,
  5. List<EncryptionInfo>? encryptionInformation,
  6. String? expireTime,
  7. String? maxExpireTime,
  8. String? name,
  9. List<String>? referencingBackups,
  10. List<String>? referencingDatabases,
  11. String? sizeBytes,
  12. String? state,
  13. String? versionTime,
})

Implementation

Backup({
  this.createTime,
  this.database,
  this.databaseDialect,
  this.encryptionInfo,
  this.encryptionInformation,
  this.expireTime,
  this.maxExpireTime,
  this.name,
  this.referencingBackups,
  this.referencingDatabases,
  this.sizeBytes,
  this.state,
  this.versionTime,
});