Values.StreamSessionSummarySourceSummary information about a stream session.
type nonrec t = {streamId : StreamId.t option;Unique identifier for a live or previously live stream in the specified channel.
*)startTime : Time.t option;Time when the channel went live. This is an ISO 8601 timestamp; note that this is returned as a string.
*)endTime : Time.t option;Time when the channel went offline. This is an ISO 8601 timestamp; note that this is returned as a string. For live streams, this is NULL.
*)hasErrorEvent : Boolean.t option;If true, this stream encountered a quota breach or failure.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Boolean.t
| `String of StreamId.t
| `Timestamp of Time.t ])
list ]