Values.RuleGroupVariablesIpSetsDetailsSourceA list of IP addresses and address ranges, in CIDR notation.
type nonrec t = {definition : NonEmptyStringList.t option;The list of IP addresses and ranges.
*)}val to_value :
t ->
[> `Structure of
(string * [> `List of [> `String of NonEmptyString.t ] list ]) list ]