Values.ActivateReadSetJobItemSourceA read set activation job.
type nonrec t = {id : ActivationJobId.t option;The job's ID.
*)sequenceStoreId : SequenceStoreId.t option;The job's sequence store ID.
*)status : ReadSetActivationJobStatus.t option;The job's status.
*)creationTime : SyntheticTimestamp_date_time.t option;When the job was created.
*)completionTime : SyntheticTimestamp_date_time.t option;When the job completed.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of ActivationJobId.t
| `Timestamp of SyntheticTimestamp_date_time.t ])
list ]