DescribeNotificationsForBudgetResponse constructor
DescribeNotificationsForBudgetResponse({
- String? nextToken,
- List<
Notification> ? notifications,
Implementation
DescribeNotificationsForBudgetResponse({
this.nextToken,
this.notifications,
});