Values.TestExecutionSummarySourceSummarizes metadata about the test execution.
type nonrec t = {testExecutionId : Id.t option;The unique identifier of the test execution.
*)creationDateTime : Timestamp.t option;The date and time at which the test execution was created.
*)lastUpdatedDateTime : Timestamp.t option;The date and time at which the test execution was last updated.
*)testExecutionStatus : TestExecutionStatus.t option;The current status of the test execution.
*)testSetId : Id.t option;The unique identifier of the test set used in the test execution.
*)testSetName : Name.t option;The name of the test set used in the test execution.
*)target : TestExecutionTarget.t option;Contains information about the bot used for the test execution..
*)apiMode : TestExecutionApiMode.t option;Specifies whether the API mode for the test execution is streaming or non-streaming.
*)testExecutionModality : TestExecutionModality.t option;Specifies whether the data used for the test execution is written or spoken.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of Id.t
| `Structure of
(string * [> `Structure of (string * [> `String of Id.t ]) list ])
list
| `Timestamp of Timestamp.t ])
list ]