ListDeliverabilityTestReportsResponse constructor

ListDeliverabilityTestReportsResponse({
  1. required List<DeliverabilityTestReport> deliverabilityTestReports,
  2. String? nextToken,
})

Implementation

ListDeliverabilityTestReportsResponse({
  required this.deliverabilityTestReports,
  this.nextToken,
});