Module Values.SearchResultItemSource

The details of the results of the SearchListings action.

Sourcetype nonrec t = {
  1. assetListing : AssetListingItem.t option;
    (*

    The asset listing included in the results of the SearchListings action.

    *)
  2. dataProductListing : DataProductListingItem.t option;
    (*

    The data product listing.

    *)
}
Sourceval make : ?assetListing:??? -> ?dataProductListing:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `List of [> `Structure of (string * [> `List of [> `Structure of (string * [> `String of GlossaryTermName.t ]) list ] list | `String of GlossaryTermName.t ]) list ] list | `String of ListingId.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 | `String of TimeSeriesFormName.t | `Timestamp of Timestamp.t ]) list ] list | `String of Forms.t ]) 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