windmill-api 1.744.0

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# CreateWorkspaceFork

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**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)