ListReportsOutput constructor

ListReportsOutput({
  1. String? nextToken,
  2. List<String>? reports,
})

Implementation

ListReportsOutput({
  this.nextToken,
  this.reports,
});