Sha256: 82c6581577ddc08924ee7b289926307b1de67a911c3c7fe287ae5ae952feb167
Contents?: true
Size: 711 Bytes
Versions: 28
Compression:
Stored size: 711 Bytes
Contents
# Phrase::ScreenshotUpdateParameters ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **branch** | **String** | specify the branch to use | [optional] **name** | **String** | Name of the screenshot | [optional] **description** | **String** | Description of the screenshot | [optional] **filename** | **File** | Screenshot file | [optional] ## Code Sample ```ruby require 'Phrase' instance = Phrase::ScreenshotUpdateParameters.new(branch: my-feature-branch, name: A screenshot name, description: A screenshot description, filename: null) ```
Version data entries
28 entries across 28 versions & 1 rubygems