Sha256: f851439afaf2828f30a2174ea8f69281802f8d030352c96508ab74e655ac89ba
Contents?: true
Size: 1005 Bytes
Versions: 7
Compression:
Stored size: 1005 Bytes
Contents
# Phrase::ReleaseUpdateParameters ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **description** | **String** | Description of the release | [optional] **platforms** | **Array<String>** | List of platforms the release should support. | [optional] **app_min_version** | **String** | Minimum version of the app that the release supports in semver format | [optional] **app_max_version** | **String** | Maximum version of the app that the release supports in semver format | [optional] **branch** | **String** | Branch used for release | [optional] ## Code Sample ```ruby require 'Phrase' instance = Phrase::ReleaseUpdateParameters.new(description: My first Release, platforms: ["android","ios"], app_min_version: 2.5.0, app_max_version: 3.0.0, branch: my-feature-branch) ```
Version data entries
7 entries across 7 versions & 1 rubygems