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
**name** | **str** | Name of the project | [optional]
7
7
**main_format** | **str** | Main file format specified by its API Extension name. Used for locale downloads if no format is specified. For API Extension names of available file formats see <a href=\"https://support.phrase.com/hc/en-us/sections/6111343326364\">Format Guide</a> or our <a href=\"#formats\">Formats API Endpoint</a>. | [optional]
8
+
**media** | **str** | (Optional) Main technology stack used in the project. It affects for example the suggested placeholder style. Predefined values include: `Ruby`, `JavaScript`, `AngularJS`, `React`, `iOS`, `Android`, `Python`, `PHP`, `Java`, `Go`, `Windows Phone`, `Rails`, `Node.js`, `.NET`, `Django`, `Symfony`, `Yii Framework`, `Zend Framework`, `Apple App Store Description`, `Google Play Description`, but it can also take any other value. | [optional]
8
9
**shares_translation_memory** | **bool** | Indicates whether the project should share the account's translation memory | [optional]
9
10
**project_image** | **file** | Image to identify the project | [optional]
10
11
**remove_project_image** | **bool** | Indicates whether the project image should be deleted. | [optional]
11
12
**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]
13
+
**point_of_contact** | **str** | (Optional) User ID of the point of contact for the project. | [optional]
12
14
**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]
**machine_translation_enabled** | **bool** | (Optional) Enable machine translation support in the project. Required for Autopilot and Smart Suggest | [optional]
**account_id** | **str** | Required if the requesting user is a member of multiple accounts. Account ID to specify the actual account the project should be created in. | [optional]
7
7
**name** | **str** | (Optional) Name of the project | [optional]
8
+
**point_of_contact** | **str** | (Optional) User ID of the point of contact for the project. Pass `null` to unset. | [optional]
8
9
**main_format** | **str** | (Optional) Main file format specified by its API Extension name. Used for locale downloads if no format is specified. For API Extension names of available file formats see <a href=\"https://support.phrase.com/hc/en-us/sections/6111343326364\">Format Guide</a> or our <a href=\"#formats\">Formats API Endpoint</a>. | [optional]
10
+
**media** | **object** | | [optional]
9
11
**shares_translation_memory** | **bool** | (Optional) Indicates whether the project should share the account's translation memory | [optional]
10
12
**project_image** | **file** | (Optional) Image to identify the project | [optional]
11
13
**remove_project_image** | **bool** | (Optional) Indicates whether the project image should be deleted. | [optional]
"""Gets the media of this ProjectCreateParameters. # noqa: E501
228
+
229
+
(Optional) Main technology stack used in the project. It affects for example the suggested placeholder style. Predefined values include: `Ruby`, `JavaScript`, `AngularJS`, `React`, `iOS`, `Android`, `Python`, `PHP`, `Java`, `Go`, `Windows Phone`, `Rails`, `Node.js`, `.NET`, `Django`, `Symfony`, `Yii Framework`, `Zend Framework`, `Apple App Store Description`, `Google Play Description`, but it can also take any other value. # noqa: E501
230
+
231
+
:return: The media of this ProjectCreateParameters. # noqa: E501
232
+
:rtype: str
233
+
"""
234
+
returnself._media
235
+
236
+
@media.setter
237
+
defmedia(self, media):
238
+
"""Sets the media of this ProjectCreateParameters.
239
+
240
+
(Optional) Main technology stack used in the project. It affects for example the suggested placeholder style. Predefined values include: `Ruby`, `JavaScript`, `AngularJS`, `React`, `iOS`, `Android`, `Python`, `PHP`, `Java`, `Go`, `Windows Phone`, `Rails`, `Node.js`, `.NET`, `Django`, `Symfony`, `Yii Framework`, `Zend Framework`, `Apple App Store Description`, `Google Play Description`, but it can also take any other value. # noqa: E501
241
+
242
+
:param media: The media of this ProjectCreateParameters. # noqa: E501
243
+
:type: str
244
+
"""
245
+
246
+
self._media=media
247
+
215
248
@property
216
249
defshares_translation_memory(self):
217
250
"""Gets the shares_translation_memory of this ProjectCreateParameters. # noqa: E501
0 commit comments