Sha256: 969f1e9bbe167d27f2fea617874d79f576387da9faddecea6b861a18e7d02408

Contents?: true

Size: 711 Bytes

Versions: 28

Compression:

Stored size: 711 Bytes

Contents

# Phrase::ScreenshotCreateParameters

## 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::ScreenshotCreateParameters.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

Version Path
phrase-2.18.0 docs/ScreenshotCreateParameters.md
phrase-2.17.0 docs/ScreenshotCreateParameters.md
phrase-2.16.0 docs/ScreenshotCreateParameters.md
phrase-2.15.0 docs/ScreenshotCreateParameters.md
phrase-2.14.0 docs/ScreenshotCreateParameters.md
phrase-2.13.0 docs/ScreenshotCreateParameters.md
phrase-2.12.0 docs/ScreenshotCreateParameters.md
phrase-2.11.0 docs/ScreenshotCreateParameters.md
phrase-2.10.0 docs/ScreenshotCreateParameters.md
phrase-2.9.0 docs/ScreenshotCreateParameters.md
phrase-2.8.7 docs/ScreenshotCreateParameters.md
phrase-2.8.3 docs/ScreenshotCreateParameters.md
phrase-2.8.2 docs/ScreenshotCreateParameters.md
phrase-2.8.1 docs/ScreenshotCreateParameters.md
phrase-2.8.0 docs/ScreenshotCreateParameters.md
phrase-2.7.2 docs/ScreenshotCreateParameters.md
phrase-2.7.1 docs/ScreenshotCreateParameters.md
phrase-2.7.0 docs/ScreenshotCreateParameters.md
phrase-2.6.0 docs/ScreenshotCreateParameters.md
phrase-2.5.1 docs/ScreenshotCreateParameters.md