AddPolicyRule201Response constructor

AddPolicyRule201Response({
  1. PolicyRule? rule,
})

Returns a new AddPolicyRule201Response instance.

Implementation

AddPolicyRule201Response({
  this.rule,
});