Sha256: 373ea212c3286cf3a6787f3f2662b8022d0b8dfcf8fa9648be4fa393ec0b4232

Contents?: true

Size: 1.16 KB

Versions: 23

Compression:

Stored size: 1.16 KB

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] 
**tags** | **Array<String>** | Only include tagged keys in the release. For a key to be included it must be tagged with all tags provided | [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"],
                                 tags: ["android","feature1"],
                                 branch: my-feature-branch)
```


Version data entries

23 entries across 23 versions & 1 rubygems

Version Path
phrase-3.2.0 docs/ReleaseCreateParameters.md
phrase-3.1.1 docs/ReleaseCreateParameters.md
phrase-3.1.0 docs/ReleaseCreateParameters.md
phrase-3.0.0 docs/ReleaseCreateParameters.md
phrase-2.26.0 docs/ReleaseCreateParameters.md
phrase-2.25.0 docs/ReleaseCreateParameters.md
phrase-2.24.0 docs/ReleaseCreateParameters.md
phrase-2.23.0 docs/ReleaseCreateParameters.md
phrase-2.22.2 docs/ReleaseCreateParameters.md
phrase-2.22.1 docs/ReleaseCreateParameters.md
phrase-2.22.0 docs/ReleaseCreateParameters.md
phrase-2.21.0 docs/ReleaseCreateParameters.md
phrase-2.20.0 docs/ReleaseCreateParameters.md
phrase-2.19.0 docs/ReleaseCreateParameters.md
phrase-2.18.0 docs/ReleaseCreateParameters.md
phrase-2.17.0 docs/ReleaseCreateParameters.md
phrase-2.16.0 docs/ReleaseCreateParameters.md
phrase-2.15.0 docs/ReleaseCreateParameters.md
phrase-2.14.0 docs/ReleaseCreateParameters.md
phrase-2.13.0 docs/ReleaseCreateParameters.md