DescribeProtectionGroupResponse constructor

DescribeProtectionGroupResponse({
  1. required ProtectionGroup protectionGroup,
})

Implementation

DescribeProtectionGroupResponse({
  required this.protectionGroup,
});