Values.ResponseTimeRootCauseEntitySourceA collection of segments and corresponding subsegments associated to a response time warning.
type nonrec t = {name : String_.t option;The name of the entity.
*)coverage : NullableDouble.t option;The type and messages of the exceptions.
*)remote : NullableBoolean.t option;A flag that denotes a remote subsegment.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of NullableBoolean.t
| `Double of NullableDouble.t
| `String of String_.t ])
list ]