ListDeliverabilityTestReportsResponse constructor
ListDeliverabilityTestReportsResponse({
- required List<
DeliverabilityTestReport> deliverabilityTestReports, - String? nextToken,
Implementation
ListDeliverabilityTestReportsResponse({
required this.deliverabilityTestReports,
this.nextToken,
});