BackupPlanRevision constructor
      
      BackupPlanRevision({ 
    
    
- BackupPlan? backupPlanSnapshot,
- String? createTime,
- String? name,
- String? revisionId,
- String? state,
Implementation
BackupPlanRevision({
  this.backupPlanSnapshot,
  this.createTime,
  this.name,
  this.revisionId,
  this.state,
});