Sha256: 5c81a645a64921d75a344b63870dc5f8b56b1e5d776f923809f20e9bb0852138

Contents?: true

Size: 1.22 KB

Versions: 51

Compression:

Stored size: 1.22 KB

Contents

# Phrase::ScreenshotMarkerUpdateParameters

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**branch** | **String** | specify the branch to use | [optional] 
**key_id** | **String** | Specify the Key ID which should be highlighted on the specified screenshot. The Key must belong to the project. | [optional] 
**presentation** | **String** | Presentation details of the screenshot marker in JSON format.<br/><br/>Each Screenshot Marker is represented as a rectangular shaped highlight box with the name of the specified Key attached. You can specify the marker position on the screenshot (<code>x</code>-axis and <code>y</code>-axis in pixels) from the top left corner of the screenshot and the dimensions of the marker itself (<code>w</code> and <code>h</code> in pixels). | [optional] 

## Code Sample

```ruby
require 'Phrase'

instance = Phrase::ScreenshotMarkerUpdateParameters.new(branch: my-feature-branch,
                                 key_id: abcd1234abcd1234abcd1234abcd1234,
                                 presentation: { "x": 100, "y": 100, "w": 100, "h": 100 })
```


Version data entries

51 entries across 51 versions & 1 rubygems

Version Path
phrase-2.21.0 docs/ScreenshotMarkerUpdateParameters.md
phrase-2.20.0 docs/ScreenshotMarkerUpdateParameters.md
phrase-2.19.0 docs/ScreenshotMarkerUpdateParameters.md
phrase-2.18.0 docs/ScreenshotMarkerUpdateParameters.md
phrase-2.17.0 docs/ScreenshotMarkerUpdateParameters.md
phrase-2.16.0 docs/ScreenshotMarkerUpdateParameters.md
phrase-2.15.0 docs/ScreenshotMarkerUpdateParameters.md
phrase-2.14.0 docs/ScreenshotMarkerUpdateParameters.md
phrase-2.13.0 docs/ScreenshotMarkerUpdateParameters.md
phrase-2.12.0 docs/ScreenshotMarkerUpdateParameters.md
phrase-2.11.0 docs/ScreenshotMarkerUpdateParameters.md
phrase-2.10.0 docs/ScreenshotMarkerUpdateParameters.md
phrase-2.9.0 docs/ScreenshotMarkerUpdateParameters.md
phrase-2.8.7 docs/ScreenshotMarkerUpdateParameters.md
phrase-2.8.3 docs/ScreenshotMarkerUpdateParameters.md
phrase-2.8.2 docs/ScreenshotMarkerUpdateParameters.md
phrase-2.8.1 docs/ScreenshotMarkerUpdateParameters.md
phrase-2.8.0 docs/ScreenshotMarkerUpdateParameters.md
phrase-2.7.2 docs/ScreenshotMarkerUpdateParameters.md
phrase-2.7.1 docs/ScreenshotMarkerUpdateParameters.md