Sha256: c04b7c48e1541aaa54b85bbfd62b36e479bdacd5d7d4f380595d470dc0d52a1c
Contents?: true
Size: 718 Bytes
Versions: 1
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@76d404ab) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
phrase-2.20.0 | docs/ScreenshotUpdateParameters.md |