Backup constructor
      
      Backup({})
     
    
    
Implementation
Backup({
  this.createTime,
  this.description,
  this.endTime,
  this.name,
  this.restoringServices,
  this.serviceRevision,
  this.state,
});
Backup({
  this.createTime,
  this.description,
  this.endTime,
  this.name,
  this.restoringServices,
  this.serviceRevision,
  this.state,
});