Module Values.RuleDetailSource

The details of a rule.

Sourcetype nonrec t = {
  1. metadataFormEnforcementDetail : MetadataFormEnforcementDetail.t option;
    (*

    The enforcement detail of the metadata form.

    *)
  2. glossaryTermEnforcementDetail : GlossaryTermEnforcementDetail.t option;
    (*

    The enforcement details of a glossary term that's part of the metadata rule.

    *)
}
Sourceval make : ?metadataFormEnforcementDetail:??? -> ?glossaryTermEnforcementDetail:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `List of [> `String of GlossaryTermId.t | `Structure of (string * [> `String of FormTypeIdentifier.t ]) list ] list ]) list ]) 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