Backup constructor

Backup({
  1. String? createTime,
  2. String? description,
  3. String? endTime,
  4. String? name,
  5. List<String>? restoringServices,
  6. Service? serviceRevision,
  7. String? state,
})

Implementation

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