Values.UpdateSourceAn object representing an asynchronous update.
type nonrec t = {id : String_.t option;A UUID that is used to track the update.
*)status : UpdateStatus.t option;The current status of the update.
*)type_ : UpdateType.t option;The type of the update.
*)params : UpdateParams.t option;A key-value map that contains the parameters associated with the update.
*)createdAt : Timestamp.t option;The Unix epoch timestamp at object creation.
*)errors : ErrorDetails.t option;Any errors associated with a Failed update.
*)}