Module Values.GlossaryTermItemAdditionalAttributesSource

The additional attributes of an Amazon DataZone glossary term.

Sourcetype nonrec t = {
  1. matchRationale : MatchRationale.t option;
    (*

    List of rationales indicating why this item was matched by search.

    *)
}
Sourceval make : ?matchRationale:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `List of [> `Structure of (string * [> `List of [> `Structure of (string * [> `Integer of Integer.t ]) list ] list | `String of Attribute.t ]) list ] list ]) list ] 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