Module Values.BatchGetSchemaAnalysisRuleInputSource

Retrieves multiple analysis rule schemas.

Sourcetype nonrec t = {
  1. collaborationIdentifier : CollaborationIdentifier.t;
    (*

    The unique identifier of the collaboration that contains the schema analysis rule.

    *)
  2. schemaAnalysisRuleRequests : SchemaAnalysisRuleRequestList.t;
    (*

    The information that's necessary to retrieve a schema analysis rule.

    *)
}
Sourceval context_ : string
Sourceval make : collaborationIdentifier:CollaborationIdentifier.t -> schemaAnalysisRuleRequests:SchemaAnalysisRuleRequestList.t -> unit -> t
Sourceval 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 ]
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