DataSource constructor
      
      DataSource({ 
    
    
- bool? backupBlockedByVaultAccessRestriction,
- BackupConfigInfo? backupConfigInfo,
- String? backupCount,
- String? configState,
- String? createTime,
- DataSourceBackupApplianceApplication? dataSourceBackupApplianceApplication,
- DataSourceGcpResource? dataSourceGcpResource,
- String? etag,
- Map<String, String> ? labels,
- String? name,
- String? state,
- String? totalStoredBytes,
- String? updateTime,
Implementation
DataSource({
  this.backupBlockedByVaultAccessRestriction,
  this.backupConfigInfo,
  this.backupCount,
  this.configState,
  this.createTime,
  this.dataSourceBackupApplianceApplication,
  this.dataSourceGcpResource,
  this.etag,
  this.labels,
  this.name,
  this.state,
  this.totalStoredBytes,
  this.updateTime,
});