Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 690 Bytes

File metadata and controls

19 lines (12 loc) · 690 Bytes

Phrase::KeyFormatAnnotationsList200ResponseInner

Properties

Name Type Description Notes
file_format String The file format that produced this annotation. [optional]
original_representation String The original file-format snippet captured when the key was imported. Returned as-is, may contain multi-line content. [optional]

Code Sample

require 'Phrase'

instance = Phrase::KeyFormatAnnotationsList200ResponseInner.new(file_format: xliff_2,
                                 original_representation: <note category="meaning">header</note>)