DataSource constructor

DataSource({
  1. bool? computeStatistics,
  2. int? computeTime,
  3. DateTime? createdAt,
  4. String? createdByIamUser,
  5. String? dataLocationS3,
  6. String? dataRearrangement,
  7. int? dataSizeInBytes,
  8. String? dataSourceId,
  9. DateTime? finishedAt,
  10. DateTime? lastUpdatedAt,
  11. String? message,
  12. String? name,
  13. int? numberOfFiles,
  14. RDSMetadata? rDSMetadata,
  15. RedshiftMetadata? redshiftMetadata,
  16. String? roleARN,
  17. DateTime? startedAt,
  18. EntityStatus? status,
})

Implementation

DataSource({
  this.computeStatistics,
  this.computeTime,
  this.createdAt,
  this.createdByIamUser,
  this.dataLocationS3,
  this.dataRearrangement,
  this.dataSizeInBytes,
  this.dataSourceId,
  this.finishedAt,
  this.lastUpdatedAt,
  this.message,
  this.name,
  this.numberOfFiles,
  this.rDSMetadata,
  this.redshiftMetadata,
  this.roleARN,
  this.startedAt,
  this.status,
});