Values.BatchGetAssetPropertyAggregatesSkippedEntrySourceContains information for an entry that has been processed by the previous BatchGetAssetPropertyAggregates request.
type nonrec t = {entryId : EntryId.t option;The ID of the entry.
*)completionStatus : BatchEntryCompletionStatus.t option;The completion status of each entry that is associated with the BatchGetAssetPropertyAggregates API.
*)errorInfo : BatchGetAssetPropertyAggregatesErrorInfo.t option;The error information, such as the error code and the timestamp.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of EntryId.t
| `Structure of
(string * [> `Enum of string | `Timestamp of Timestamp.t ]) list ])
list ]