# Clash.BaseNewAssignedClashGroup

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **String** | The unique identifier of the new assigned clash group | [optional] 
**title** | **String** | The title of the new assigned clash group | 
**description** | **String** | The description of the new assigned clash group | [optional] 
**assignedTo** | **String** | The user, role or company that the new clash group is assigned to | 
**assignedToType** | **String** | Specifies the type that the assignedTo parameter refers to | [optional] [default to &#39;User&#39;]
**dueDate** | **Date** | The date and time that the new assigned clash group is due | [optional] 
**locationId** | **String** | The location ID associated with the new issue | [optional] 
**locationDescription** | **String** | The description of the associated location associated with the new issue | [optional] 
**owner** | **String** | The user that will own the new issue | [optional] 
**status** | **String** | The status of the new issue | [optional] 
**pushpin** | [**Pushpin**](Pushpin.md) |  | 
**clashes** | **[Number]** | The clashes to be included in the new assigned clash group | 
**issueTypeId** | **String** | The issue type ID associated with the new assigned clash group | 
**issueSubTypeId** | **String** | The issue sub-type ID associated with the new assigned clash group | 
**rootCauseId** | **String** | The root cause ID associated with the new assigned clash group | [optional] 
**customAttributes** | [**[CustomAttribute]**](CustomAttribute.md) | The list of attributes to associate with the new issue | [optional] 
**screenShots** | **[String]** | The unique identifiers of screenshots associated with the new assigned clash group | [optional] 



## Enum: AssignedToTypeEnum


* `User` (value: `"User"`)

* `Role` (value: `"Role"`)

* `Company` (value: `"Company"`)





## Enum: StatusEnum


* `Open` (value: `"Open"`)

* `Draft` (value: `"Draft"`)




