# Phrase::ScreenshotMarker ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **id** | **String** | | [optional] **presentation** | **String** | | [optional] **presentation_type** | **String** | | [optional] **created_at** | **DateTime** | | [optional] **updated_at** | **DateTime** | | [optional] **translation_key** | [**TranslationKey**](TranslationKey.md) | | [optional] ## Code Sample ```ruby require 'Phrase' instance = Phrase::ScreenshotMarker.new(id: null, presentation: null, presentation_type: null, created_at: null, updated_at: null, translation_key: null) ```