BackupPlanRevision constructor

BackupPlanRevision({
  1. BackupPlan? backupPlanSnapshot,
  2. String? createTime,
  3. String? name,
  4. String? revisionId,
  5. String? state,
})

Implementation

BackupPlanRevision({
  this.backupPlanSnapshot,
  this.createTime,
  this.name,
  this.revisionId,
  this.state,
});