Values.BatchGetSchemaAnalysisRuleInputSourceRetrieves multiple analysis rule schemas.
type nonrec t = {collaborationIdentifier : CollaborationIdentifier.t;The unique identifier of the collaboration that contains the schema analysis rule.
*)schemaAnalysisRuleRequests : SchemaAnalysisRuleRequestList.t;The information that's necessary to retrieve a schema analysis rule.
*)}val make :
collaborationIdentifier:CollaborationIdentifier.t ->
schemaAnalysisRuleRequests:SchemaAnalysisRuleRequestList.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string * [> `Enum of string | `String of TableAlias.t ])
list ]
list
| `String of CollaborationIdentifier.t ])
list ]