ListHoursOfOperationsResponse constructor
ListHoursOfOperationsResponse({
- List<
HoursOfOperationSummary> ? hoursOfOperationSummaryList, - String? nextToken,
Implementation
ListHoursOfOperationsResponse({
this.hoursOfOperationSummaryList,
this.nextToken,
});