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