Sha256: dfe8f61fea4176e7876f4639586468e4db1fb873f8e1c6348a64b66624bbc6cb

Contents?: true

Size: 1.49 KB

Versions: 12

Compression:

Stored size: 1.49 KB

Contents

# Phrase::ProjectUpdateParameters

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**name** | **String** | Name of the project | [optional] 
**main_format** | **String** | 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://help.phrase.com/help/supported-platforms-and-formats\">Format Guide</a> or our <a href=\"#formats\">Formats API Endpoint</a>. | [optional] 
**shares_translation_memory** | **Boolean** | Indicates whether the project should share the account's translation memory | [optional] 
**project_image** | **File** | Image to identify the project | [optional] 
**remove_project_image** | **Boolean** | Indicates whether the project image should be deleted. | [optional] 
**account_id** | **String** | 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] 

## Code Sample

```ruby
require 'Phrase'

instance = Phrase::ProjectUpdateParameters.new(name: My Android Project,
                                 main_format: yml,
                                 shares_translation_memory: true,
                                 project_image: null,
                                 remove_project_image: null,
                                 account_id: abcd1234)
```


Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
phrase-1.0.12 docs/ProjectUpdateParameters.md
phrase-1.0.11 docs/ProjectUpdateParameters.md
phrase-1.0.10 docs/ProjectUpdateParameters.md
phrase-1.0.9 docs/ProjectUpdateParameters.md
phrase-1.0.8 docs/ProjectUpdateParameters.md
phrase-1.0.7 docs/ProjectUpdateParameters.md
phrase-1.0.6 docs/ProjectUpdateParameters.md
phrase-1.0.5 docs/ProjectUpdateParameters.md
phrase-1.0.4 docs/ProjectUpdateParameters.md
phrase-1.0.3 docs/ProjectUpdateParameters.md
phrase-1.0.2 docs/ProjectUpdateParameters.md
phrase-1.0.1 docs/ProjectUpdateParameters.md