Values.DataCollectionDetailsSourceDetailed information about an assessment.
type nonrec t = {completionTime : TimeStamp.t option;The time the assessment completes.
*)failed : Integer.t option;The number of failed servers in the assessment.
*)inProgress : Integer.t option;The number of servers with the assessment status IN_PROGESS.
*)servers : Integer.t option;The total number of servers in the assessment.
*)startTime : TimeStamp.t option;The start time of assessment.
*)status : AssessmentStatus.t option;The status of the assessment.
*)statusMessage : AssessmentStatusMessage.t option;The status message of the assessment.
*)success : Integer.t option;The number of successful servers in the assessment.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Integer of Integer.t
| `String of AssessmentStatusMessage.t
| `Timestamp of TimeStamp.t ])
list ]