Batch constructor

Batch({
  1. String? createTime,
  2. String? creator,
  3. EnvironmentConfig? environmentConfig,
  4. Map<String, String>? labels,
  5. String? name,
  6. String? operation,
  7. PySparkBatch? pysparkBatch,
  8. RuntimeConfig? runtimeConfig,
  9. RuntimeInfo? runtimeInfo,
  10. SparkBatch? sparkBatch,
  11. SparkRBatch? sparkRBatch,
  12. SparkSqlBatch? sparkSqlBatch,
  13. String? state,
  14. List<StateHistory>? stateHistory,
  15. String? stateMessage,
  16. String? stateTime,
  17. String? uuid,
})

Implementation

Batch({
  this.createTime,
  this.creator,
  this.environmentConfig,
  this.labels,
  this.name,
  this.operation,
  this.pysparkBatch,
  this.runtimeConfig,
  this.runtimeInfo,
  this.sparkBatch,
  this.sparkRBatch,
  this.sparkSqlBatch,
  this.state,
  this.stateHistory,
  this.stateMessage,
  this.stateTime,
  this.uuid,
});