Values.SchemaAnalysisRuleRequestSourceDefines the information that's necessary to retrieve an analysis rule schema. Schema analysis rules are uniquely identified by a combination of the schema name and the analysis rule type for a given collaboration.
type nonrec t = {name : TableAlias.t;The name of the analysis rule schema that you are requesting.
*)type_ : AnalysisRuleType.t;The type of analysis rule schema that you are requesting.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of TableAlias.t ]) list ]