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
Copy file name to clipboardExpand all lines: docs/ProjectCreateParameters.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,7 @@ Name | Type | Description | Notes
9
9
**project_image** | **file** | Image to identify the project | [optional]
10
10
**remove_project_image** | **bool** | Indicates whether the project image should be deleted. | [optional]
11
11
**account_id** | **str** | Account ID to specify the actual account the project should be created in. Required if the requesting user is a member of multiple accounts. | [optional]
12
+
**source_project_id** | **str** | When a source project ID is given, a clone of that project will be created, including all locales, keys and translations as well as the main project settings if they are not defined otherwise through the params. | [optional]
12
13
13
14
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
"""Gets the source_project_id of this ProjectCreateParameters. # noqa: E501
225
+
226
+
When a source project ID is given, a clone of that project will be created, including all locales, keys and translations as well as the main project settings if they are not defined otherwise through the params. # noqa: E501
227
+
228
+
:return: The source_project_id of this ProjectCreateParameters. # noqa: E501
229
+
:rtype: str
230
+
"""
231
+
returnself._source_project_id
232
+
233
+
@source_project_id.setter
234
+
defsource_project_id(self, source_project_id):
235
+
"""Sets the source_project_id of this ProjectCreateParameters.
236
+
237
+
When a source project ID is given, a clone of that project will be created, including all locales, keys and translations as well as the main project settings if they are not defined otherwise through the params. # noqa: E501
238
+
239
+
:param source_project_id: The source_project_id of this ProjectCreateParameters. # noqa: E501
0 commit comments