Sha256: d10c701b4a9041317322ba8aec08a98831ea5eb1b3285ca410b8151f1a3783fa
Contents?: true
Size: 807 Bytes
Versions: 21
Compression:
Stored size: 807 Bytes
Contents
# Phrase::ScreenshotMarker ## Properties 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**](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) ```
Version data entries
21 entries across 21 versions & 1 rubygems