Values.SearchSummarySourceSummary details of an archive search job.
type nonrec t = {searchId : SearchId.t option;The unique identifier of the search job.
*)status : SearchStatus.t option;The current status of the search job.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of SearchId.t
| `Structure of
(string
* [> `Enum of string
| `String of ErrorMessage.t
| `Timestamp of Timestamp.t ])
list ])
list ]