Sha256: c6d73bb6a9231b567053df0f822ef495328bf2684e2f8e04e4d06059660ef8dc

Contents?: true

Size: 653 Bytes

Versions: 19

Compression:

Stored size: 653 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] 
**branch** | **String** | Branch used for release | [optional] 

## Code Sample

```ruby
require 'Phrase'

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


Version data entries

19 entries across 19 versions & 1 rubygems

Version Path
phrase-2.3.1 docs/ReleaseCreateParameters.md
phrase-2.3.0 docs/ReleaseCreateParameters.md
phrase-2.2.0 docs/ReleaseCreateParameters.md
phrase-2.1.0 docs/ReleaseCreateParameters.md
phrase-2.0.0 docs/ReleaseCreateParameters.md
phrase-1.0.14 docs/ReleaseCreateParameters.md
phrase-1.0.13 docs/ReleaseCreateParameters.md
phrase-1.0.12 docs/ReleaseCreateParameters.md
phrase-1.0.11 docs/ReleaseCreateParameters.md
phrase-1.0.10 docs/ReleaseCreateParameters.md
phrase-1.0.9 docs/ReleaseCreateParameters.md
phrase-1.0.8 docs/ReleaseCreateParameters.md
phrase-1.0.7 docs/ReleaseCreateParameters.md
phrase-1.0.6 docs/ReleaseCreateParameters.md
phrase-1.0.5 docs/ReleaseCreateParameters.md
phrase-1.0.4 docs/ReleaseCreateParameters.md
phrase-1.0.3 docs/ReleaseCreateParameters.md
phrase-1.0.2 docs/ReleaseCreateParameters.md
phrase-1.0.1 docs/ReleaseCreateParameters.md