Restore constructor
      
      Restore({ 
    
    
- String? backup,
- String? cluster,
- String? completeTime,
- String? createTime,
- String? description,
- String? etag,
- Filter? filter,
- Map<String, String> ? labels,
- String? name,
- int? resourcesExcludedCount,
- int? resourcesFailedCount,
- int? resourcesRestoredCount,
- RestoreConfig? restoreConfig,
- String? state,
- String? stateReason,
- TroubleshootingInfo? troubleshootingInfo,
- String? uid,
- String? updateTime,
- List<VolumeDataRestorePolicyOverride> ? volumeDataRestorePolicyOverrides,
- int? volumesRestoredCount,
Implementation
Restore({
  this.backup,
  this.cluster,
  this.completeTime,
  this.createTime,
  this.description,
  this.etag,
  this.filter,
  this.labels,
  this.name,
  this.resourcesExcludedCount,
  this.resourcesFailedCount,
  this.resourcesRestoredCount,
  this.restoreConfig,
  this.state,
  this.stateReason,
  this.troubleshootingInfo,
  this.uid,
  this.updateTime,
  this.volumeDataRestorePolicyOverrides,
  this.volumesRestoredCount,
});