Module Values.DomainUnitTargetSource

The target for the domain unit.

Sourcetype nonrec t = {
  1. domainUnitId : DomainUnitId.t;
    (*

    The ID of the domain unit.

    *)
  2. includeChildDomainUnits : Boolean.t option;
    (*

    Specifies whether to apply a rule to the child domain units.

    *)
}
Sourceval context_ : string
Sourceval make : ?includeChildDomainUnits:??? -> domainUnitId:DomainUnitId.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Boolean of Boolean.t | `String of DomainUnitId.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t