Module Values.AssetItemAdditionalAttributesSource

The additional attributes of an inventory asset.

Sourcetype nonrec t = {
  1. formsOutput : FormOutputList.t option;
    (*

    The forms included in the additional attributes of an inventory asset.

    *)
  2. readOnlyFormsOutput : FormOutputList.t option;
    (*

    The read-only forms included in the additional attributes of an inventory asset.

    *)
  3. latestTimeSeriesDataPointFormsOutput : TimeSeriesDataPointSummaryFormOutputList.t option;
    (*

    The latest time series data points forms included in the additional attributes of an asset.

    *)
  4. matchRationale : MatchRationale.t option;
    (*

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

    *)
}
Sourceval make : ?formsOutput:??? -> ?readOnlyFormsOutput:??? -> ?latestTimeSeriesDataPointFormsOutput:??? -> ?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 | `String of FormName.t | `Timestamp of Timestamp.t ]) 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