Values.AssetItemAdditionalAttributesSourceThe additional attributes of an inventory asset.
type nonrec t = {formsOutput : FormOutputList.t option;The forms included in the additional attributes of an inventory asset.
*)readOnlyFormsOutput : FormOutputList.t option;The read-only forms included in the additional attributes of an inventory asset.
*)latestTimeSeriesDataPointFormsOutput : TimeSeriesDataPointSummaryFormOutputList.t
option;The latest time series data points forms included in the additional attributes of an asset.
*)matchRationale : MatchRationale.t option;List of rationales indicating why this item was matched by search.
*)}val 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 ]