DescribeProtectionGroupResponse constructor
      
      DescribeProtectionGroupResponse({ 
    
    
- required ProtectionGroup protectionGroup,
Implementation
DescribeProtectionGroupResponse({
  required this.protectionGroup,
});