Module Values.SearchInventoryResultItemSource

The details of the search results.

Sourcetype nonrec t = {
  1. glossaryItem : GlossaryItem.t option;
    (*

    The glossary item included in the search results.

    *)
  2. glossaryTermItem : GlossaryTermItem.t option;
    (*

    The glossary term item included in the search results.

    *)
  3. assetItem : AssetItem.t option;
    (*

    The asset item included in the search results.

    *)
  4. dataProductItem : DataProductResultItem.t option;
    (*

    The data product.

    *)
}
Sourceval make : ?glossaryItem:??? -> ?glossaryTermItem:??? -> ?assetItem:??? -> ?dataProductItem:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `Enum of string | `List of [> `Enum of string | `String of GlossaryTermId.t ] list | `String of DomainId.t | `Structure of (string * [> `List of [> `String of GlossaryTermId.t | `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 | `String of FormName.t | `Timestamp of Timestamp.t ]) list ] list ]) list | `Timestamp of CreatedAt.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