Values.StepTimelineSourceThe timeline of the cluster step lifecycle.
type nonrec t = {creationDateTime : Date.t option;The date and time when the cluster step was created.
*)startDateTime : Date.t option;The date and time when the cluster step execution started.
*)endDateTime : Date.t option;The date and time when the cluster step execution completed or failed.
*)}