DescribeForecastResponse constructor

DescribeForecastResponse({
  1. DateTime? creationTime,
  2. String? datasetGroupArn,
  3. String? forecastArn,
  4. String? forecastName,
  5. List<String>? forecastTypes,
  6. DateTime? lastModificationTime,
  7. String? message,
  8. String? predictorArn,
  9. String? status,
})

Implementation

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