DescribeProtectionResponse constructor

DescribeProtectionResponse({
  1. Protection? protection,
})

Implementation

DescribeProtectionResponse({
  this.protection,
});