ListProtectionGroupsResponse constructor
ListProtectionGroupsResponse({
- required List<
ProtectionGroup> protectionGroups, - String? nextToken,
Implementation
ListProtectionGroupsResponse({
required this.protectionGroups,
this.nextToken,
});