Sha256: cd2d188f776d7c88759cd1ebc136d70f24028e9e68e7e8998fd2d50c1959cc98
Contents?: true
Size: 718 Bytes
Versions: 2
Compression:
Stored size: 718 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: [B@3bfb81be) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
phrase-3.4.0 | docs/ScreenshotUpdateParameters.md |
phrase-3.3.0 | docs/ScreenshotUpdateParameters.md |