DataSource constructor

DataSource({
  1. BackupConfigInfo? backupConfigInfo,
  2. String? backupCount,
  3. String? configState,
  4. String? createTime,
  5. DataSourceBackupApplianceApplication? dataSourceBackupApplianceApplication,
  6. DataSourceGcpResource? dataSourceGcpResource,
  7. String? etag,
  8. Map<String, String>? labels,
  9. String? name,
  10. String? state,
  11. String? totalStoredBytes,
  12. String? updateTime,
})

Implementation

DataSource({
  this.backupConfigInfo,
  this.backupCount,
  this.configState,
  this.createTime,
  this.dataSourceBackupApplianceApplication,
  this.dataSourceGcpResource,
  this.etag,
  this.labels,
  this.name,
  this.state,
  this.totalStoredBytes,
  this.updateTime,
});