ListHoursOfOperationsResponse constructor

ListHoursOfOperationsResponse({
  1. List<HoursOfOperationSummary>? hoursOfOperationSummaryList,
  2. String? nextToken,
})

Implementation

ListHoursOfOperationsResponse({
  this.hoursOfOperationSummaryList,
  this.nextToken,
});