Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 708 Bytes

TagWithStats1Statistics.md

File metadata and controls

23 lines (16 loc) · 708 Bytes

Phrase::TagWithStats1Statistics

Properties

Name Type Description Notes
keys_total_count Integer [optional]
translations_completed_count Integer [optional]
translations_unverified_count Integer [optional]
keys_untranslated_count Integer [optional]

Code Sample

require 'Phrase'

instance = Phrase::TagWithStats1Statistics.new(keys_total_count: null,
                                 translations_completed_count: null,
                                 translations_unverified_count: null,
                                 keys_untranslated_count: null)