DeletePolicyRule200Response constructor

DeletePolicyRule200Response({
  1. bool? deleted,
})

Returns a new DeletePolicyRule200Response instance.

Implementation

DeletePolicyRule200Response({
  this.deleted,
});