You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
update_info: WorkspaceEditInfo=Field(description="The details of the Workspace last update", alias="updateInfo")
43
43
solution: WorkspaceSolution
44
44
additional_data: Optional[Dict[str, Any]] =Field(default=None, description="Free form additional data", alias="additionalData")
45
-
dataset_copy: Optional[StrictBool] =Field(default=True, description="Activate the copy of dataset on scenario creation, meaning that each scenario created in this workspace will make this copy. when false, scenario use directly the dataset specified.", alias="datasetCopy")
**additional_data** | **Dict[str, object]** | Free form additional data | [optional]
20
-
**dataset_copy** | **bool** | Activate the copy of dataset on scenario creation, meaning that each scenario created in this workspace will make this copy. when false, scenario use directly the dataset specified. | [optional][default to True]
0 commit comments