ListProtectionGroupsResponse constructor

ListProtectionGroupsResponse({
  1. required List<ProtectionGroup> protectionGroups,
  2. String? nextToken,
})

Implementation

ListProtectionGroupsResponse({
  required this.protectionGroups,
  this.nextToken,
});