DescribeForecastExportJobResponse constructor

DescribeForecastExportJobResponse({
  1. DateTime? creationTime,
  2. DataDestination? destination,
  3. String? forecastArn,
  4. String? forecastExportJobArn,
  5. String? forecastExportJobName,
  6. DateTime? lastModificationTime,
  7. String? message,
  8. String? status,
})

Implementation

DescribeForecastExportJobResponse({
  this.creationTime,
  this.destination,
  this.forecastArn,
  this.forecastExportJobArn,
  this.forecastExportJobName,
  this.lastModificationTime,
  this.message,
  this.status,
});