Values.DomainUnitTargetSourceThe target for the domain unit.
type nonrec t = {domainUnitId : DomainUnitId.t;The ID of the domain unit.
*)includeChildDomainUnits : Boolean.t option;Specifies whether to apply a rule to the child domain units.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Boolean of Boolean.t | `String of DomainUnitId.t ]) list ]