ListBusinessReportSchedulesResponse constructor

ListBusinessReportSchedulesResponse({
  1. List<BusinessReportSchedule>? businessReportSchedules,
  2. String? nextToken,
})

Implementation

ListBusinessReportSchedulesResponse({
  this.businessReportSchedules,
  this.nextToken,
});