Sha256: 5df176e01f4a6b3e5c2c6fb1e71ad06d4ba5d963ae3cdc312963372c3a3a205e

Contents?: true

Size: 949 Bytes

Versions: 13

Compression:

Stored size: 949 Bytes

Contents

# Phrase::ReleaseCreateParameters

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**description** | **String** | Description of the release | [optional] 
**platforms** | **Array<String>** | List of platforms the release should support. | [optional] 
**locale_ids** | **Array<String>** | List of locale ids that will be included in the release. If empty, distribution locales will be used | [optional] 
**branch** | **String** | Branch used for release | [optional] 

## Code Sample

```ruby
require 'Phrase'

instance = Phrase::ReleaseCreateParameters.new(description: My first Release,
                                 platforms: ["android","ios"],
                                 locale_ids: ["abcd1234cdef1234abcd1234cdef1234","fff565db236400772368235db2c6117e"],
                                 branch: my-feature-branch)
```


Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
phrase-2.9.0 docs/ReleaseCreateParameters.md
phrase-2.8.7 docs/ReleaseCreateParameters.md
phrase-2.8.3 docs/ReleaseCreateParameters.md
phrase-2.8.2 docs/ReleaseCreateParameters.md
phrase-2.8.1 docs/ReleaseCreateParameters.md
phrase-2.8.0 docs/ReleaseCreateParameters.md
phrase-2.7.2 docs/ReleaseCreateParameters.md
phrase-2.7.1 docs/ReleaseCreateParameters.md
phrase-2.7.0 docs/ReleaseCreateParameters.md
phrase-2.6.0 docs/ReleaseCreateParameters.md
phrase-2.5.1 docs/ReleaseCreateParameters.md
phrase-2.5.0 docs/ReleaseCreateParameters.md
phrase-2.4.0 docs/ReleaseCreateParameters.md