Sha256: 21c1d1e19c2f9fcf13f0950305df344dc5f163c998d4e96b57c1a22febe392f9
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@1861c4a9) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
phrase-3.1.1 | docs/ScreenshotUpdateParameters.md |