Sha256: 18e3a3c271af13e9334711f5337c8fda98deaa01a69798fde72f81d4768c7176
Contents?: true
Size: 815 Bytes
Versions: 41
Compression:
Stored size: 815 Bytes
Contents
# 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) ```
Version data entries
41 entries across 41 versions & 1 rubygems