# CreateWorkspaceFork
## Properties
**id** | **String** | |
**name** | **String** | |
**color** | Option<**String**> | | [optional]
**forked_datatables** | Option<[**Vec<models::CreateWorkspaceForkForkedDatatablesInner>**](CreateWorkspaceFork_forked_datatables_inner.md)> | | [optional]
**is_dev_workspace** | Option<**bool**> | Create the fork as a persistent dev workspace (id not required to carry the wm-fork- prefix; at most one per parent) | [optional]
**lock_prod_deploy** | Option<**bool**> | When creating a dev workspace, lock the parent (prod) against direct deployment | [optional]
**lock_prod_forking** | Option<**bool**> | When creating a dev workspace, prevent forking the parent (prod) | [optional]
**copy_members** | Option<**bool**> | Copy the parent's members (users + group memberships) into the fork so the team can work in it | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)