Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 944 Bytes

File metadata and controls

27 lines (20 loc) · 944 Bytes

Phrase::TagWithStats

Properties

Name Type Description Notes
name String [optional]
keys_count Integer [optional]
system_tag Boolean `true` when the tag was created automatically by the system (e.g. for jobs, uploads, or Figma attachments) rather than by a user. [optional]
created_at Time [optional]
updated_at Time [optional]
statistics Array<TagWithStats1Statistics1> [optional]

Code Sample

require 'phrase'

instance = Phrase::TagWithStats.new(name: nil,
                                 keys_count: nil,
                                 system_tag: nil,
                                 created_at: nil,
                                 updated_at: nil,
                                 statistics: nil)