Values.BatchDeleteFirewallRuleResultSourceInformation about a firewall rule that was deleted in a batch operation.
type nonrec t = {clientToken : ClientToken.t option;The unique string that identified the request and ensured idempotency.
*)id : ResourceId.t option;The unique identifier of the deleted firewall rule.
*)name : ResourceName.t option;The name of the deleted firewall rule.
*)status : CRResourceStatus.t option;The final status of the deleted firewall rule.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of ClientToken.t ]) list ]