| 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] |
require 'phrase'
instance = Phrase::ScreenshotUpdateParameters.new(branch: 'my-feature-branch',
name: 'A screenshot name',
description: 'A screenshot description',
filename: File.new('/path/to/file'))