ForecastSummary constructor

ForecastSummary({
  1. DateTime? creationTime,
  2. String? datasetGroupArn,
  3. String? forecastArn,
  4. String? forecastName,
  5. DateTime? lastModificationTime,
  6. String? message,
  7. String? predictorArn,
  8. String? status,
})

Implementation

ForecastSummary({
  this.creationTime,
  this.datasetGroupArn,
  this.forecastArn,
  this.forecastName,
  this.lastModificationTime,
  this.message,
  this.predictorArn,
  this.status,
});