Sha256: 891769cdfc13a4dac553b97eb9b0bf7ddb150010aaa12ec24e8cd5407bd5ee6f
Contents?: true
Size: 653 Bytes
Versions: 55
Compression:
Stored size: 653 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] **branch** | **String** | Branch used for release | [optional] ## Code Sample ```ruby require 'Phrase' instance = Phrase::ReleaseUpdateParameters.new(description: My first Release, platforms: ["android","ios"], branch: my-feature-branch) ```
Version data entries
55 entries across 55 versions & 1 rubygems