DescribePredictorBacktestExportJobResponse constructor

DescribePredictorBacktestExportJobResponse({
  1. DateTime? creationTime,
  2. DataDestination? destination,
  3. DateTime? lastModificationTime,
  4. String? message,
  5. String? predictorArn,
  6. String? predictorBacktestExportJobArn,
  7. String? predictorBacktestExportJobName,
  8. String? status,
})

Implementation

DescribePredictorBacktestExportJobResponse({
  this.creationTime,
  this.destination,
  this.lastModificationTime,
  this.message,
  this.predictorArn,
  this.predictorBacktestExportJobArn,
  this.predictorBacktestExportJobName,
  this.status,
});