# bimdata.ProjectRequest

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**logo** | **File** |  | [optional] 
**name** | **String** | Name of the project | 
**description** | **String** |  | [optional] 
**status** | **String** | * &#x60;A&#x60; - active * &#x60;D&#x60; - deleted | [optional] 
**parentId** | **Number** |  | [optional] 
**mainModelId** | **Number** |  | [optional] 



## Enum: StatusEnum


* `A` (value: `"A"`)

* `D` (value: `"D"`)




