Values.JobLogSourceJob log.
type nonrec t = {logDateTime : ISO8601DatetimeString.t option;Job log event date and time.
*)event : JobLogEvent.t option;Job log event.
*)eventData : JobLogEventData.t option;Job event data
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of ISO8601DatetimeString.t
| `Structure of
(string
* [> `Integer of StrictlyPositiveInteger.t
| `String of SourceServerID.t ])
list ])
list ]