DescribeScheduleResponse constructor
DescribeScheduleResponse({
- String? nextToken,
- List<
ScheduleAction> ? scheduleActions,
Implementation
DescribeScheduleResponse({
this.nextToken,
this.scheduleActions,
});