ForecastExportJobSummary constructor

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

Implementation

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