ListBusinessReportSchedulesResponse constructor
ListBusinessReportSchedulesResponse({
- List<
BusinessReportSchedule> ? businessReportSchedules, - String? nextToken,
Implementation
ListBusinessReportSchedulesResponse({
this.businessReportSchedules,
this.nextToken,
});