ReportGroup constructor

ReportGroup({
  1. String? arn,
  2. DateTime? created,
  3. ReportExportConfig? exportConfig,
  4. DateTime? lastModified,
  5. String? name,
  6. ReportGroupStatusType? status,
  7. List<Tag>? tags,
  8. ReportType? type,
})

Implementation

ReportGroup({
  this.arn,
  this.created,
  this.exportConfig,
  this.lastModified,
  this.name,
  this.status,
  this.tags,
  this.type,
});