Values.BatchCreateFirewallRuleOutputItemSourceInformation about the result of creating a DNS Firewall rule in a batch operation.
type nonrec t = {firewallRule : BatchCreateFirewallRuleResult.t option;The firewall rule that was created in the batch operation.
*)code : Integer.t option;The HTTP response code for the batch operation result.
*)message : String_.t option;A message describing the result of the batch operation, including error details if applicable.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Integer of Integer.t
| `String of String_.t
| `Structure of
(string
* [> `Enum of string
| `Integer of BlockOverrideTtl.t
| `Long of FirewallRulePriority.t
| `String of Domain.t
| `Timestamp of ISO8601TimeString.t ])
list ])
list ]