DescribeEffectivePolicyResponse constructor

DescribeEffectivePolicyResponse({
  1. EffectivePolicy? effectivePolicy,
})

Implementation

DescribeEffectivePolicyResponse({
  this.effectivePolicy,
});