DataSource constructor

DataSource({
  1. bool? backupBlockedByVaultAccessRestriction,
  2. BackupConfigInfo? backupConfigInfo,
  3. String? backupCount,
  4. String? configState,
  5. String? createTime,
  6. DataSourceBackupApplianceApplication? dataSourceBackupApplianceApplication,
  7. DataSourceGcpResource? dataSourceGcpResource,
  8. String? etag,
  9. Map<String, String>? labels,
  10. String? name,
  11. String? state,
  12. String? totalStoredBytes,
  13. 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,
});