MetadataImport constructor

MetadataImport({
  1. String? createTime,
  2. DatabaseDump? databaseDump,
  3. String? description,
  4. String? endTime,
  5. String? name,
  6. String? state,
  7. String? updateTime,
})

Implementation

MetadataImport({
  this.createTime,
  this.databaseDump,
  this.description,
  this.endTime,
  this.name,
  this.state,
  this.updateTime,
});