| Name | Type | Description | Notes |
|---|---|---|---|
| id | String | [optional] | |
| presentation | String | [optional] | |
| presentation_type | String | [optional] | |
| created_at | Time | [optional] | |
| updated_at | Time | [optional] | |
| translation_key | TranslationKey | [optional] |
require 'Phrase'
instance = Phrase::ScreenshotMarker.new(id: null,
presentation: null,
presentation_type: null,
created_at: null,
updated_at: null,
translation_key: null)