Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 807 Bytes

ScreenshotMarker.md

File metadata and controls

27 lines (20 loc) · 807 Bytes

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 [optional]

Code Sample

require 'Phrase'

instance = Phrase::ScreenshotMarker.new(id: null,
                                 presentation: null,
                                 presentation_type: null,
                                 created_at: null,
                                 updated_at: null,
                                 translation_key: null)