# Clash.ClashTestSummary

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **String** | The GUID that uniquely identifies the clash test | 
**completedOn** | **Date** | The date and time that the clash test was completed on | [optional] 
**modelSetId** | **String** | The GUID that uniquely identifies the model set associated with the clash test | 
**modelSetVersion** | **Number** | The version number of the model set associated with the clash test | 
**status** | **String** | The status of the clash test | 



## Enum: StatusEnum


* `Pending` (value: `"Pending"`)

* `Processing` (value: `"Processing"`)

* `Success` (value: `"Success"`)

* `Failed` (value: `"Failed"`)




