Module Values.MetadataModelPropertiesSource

The properties of metadata model in JSON format. This object is a Union. Only one member of this object can be specified or returned.

Sourcetype nonrec t = {
  1. statementProperties : StatementProperties.t option;
    (*

    The properties of the statement.

    *)
}
Sourceval make : ?statementProperties:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `String of String_.t ]) 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