ImportDataFile constructor

ImportDataFile({
  1. String? createTime,
  2. String? displayName,
  3. String? format,
  4. String? name,
  5. String? state,
  6. UploadFileInfo? uploadFileInfo,
})

Implementation

ImportDataFile({
  this.createTime,
  this.displayName,
  this.format,
  this.name,
  this.state,
  this.uploadFileInfo,
});