Sha256: 1d5757b8b8ec247cd30c92754657d882dae01f5e2e06aa180cbde54b041da725

Contents?: true

Size: 1.1 KB

Versions: 13

Compression:

Stored size: 1.1 KB

Contents

# Phrase::ScreenshotMarkerUpdateParameters

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**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(key_id: abcd1234abcd1234abcd1234abcd1234,
                                 presentation: { "x": 100, "y": 100, "w": 100, "h": 100 })
```


Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
phrase-1.0.13 docs/ScreenshotMarkerUpdateParameters.md
phrase-1.0.12 docs/ScreenshotMarkerUpdateParameters.md
phrase-1.0.11 docs/ScreenshotMarkerUpdateParameters.md
phrase-1.0.10 docs/ScreenshotMarkerUpdateParameters.md
phrase-1.0.9 docs/ScreenshotMarkerUpdateParameters.md
phrase-1.0.8 docs/ScreenshotMarkerUpdateParameters.md
phrase-1.0.7 docs/ScreenshotMarkerUpdateParameters.md
phrase-1.0.6 docs/ScreenshotMarkerUpdateParameters.md
phrase-1.0.5 docs/ScreenshotMarkerUpdateParameters.md
phrase-1.0.4 docs/ScreenshotMarkerUpdateParameters.md
phrase-1.0.3 docs/ScreenshotMarkerUpdateParameters.md
phrase-1.0.2 docs/ScreenshotMarkerUpdateParameters.md
phrase-1.0.1 docs/ScreenshotMarkerUpdateParameters.md