Values.RuleSourceAn object containing the ruleName and matchingKeys.
type nonrec t = {ruleName : RuleRuleNameString.t;A name for the matching rule.
*)matchingKeys : RuleMatchingKeysList.t;A list of MatchingKeys. The MatchingKeys must have been defined in the SchemaMapping. Two records are considered to match according to this rule if all of the MatchingKeys match.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of [> `String of AttributeName.t ] list
| `String of RuleRuleNameString.t ])
list ]