DataPreparationAction constructor

DataPreparationAction({
  1. ActionSqlDefinition? contentsSql,
  2. String? contentsYaml,
  3. String? generatedSql,
  4. String? jobId,
})

Implementation

DataPreparationAction({
  this.contentsSql,
  this.contentsYaml,
  this.generatedSql,
  this.jobId,
});