DashboardVersion constructor

DashboardVersion({
  1. String? arn,
  2. DateTime? createdTime,
  3. List<String>? dataSetArns,
  4. String? description,
  5. List<DashboardError>? errors,
  6. List<Sheet>? sheets,
  7. String? sourceEntityArn,
  8. ResourceStatus? status,
  9. String? themeArn,
  10. int? versionNumber,
})

Implementation

DashboardVersion({
  this.arn,
  this.createdTime,
  this.dataSetArns,
  this.description,
  this.errors,
  this.sheets,
  this.sourceEntityArn,
  this.status,
  this.themeArn,
  this.versionNumber,
});