Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 532 Bytes

TeamShort.md

File metadata and controls

23 lines (16 loc) · 532 Bytes

Phrase::TeamShort

Properties

Name Type Description Notes
id String [optional]
name String [optional]
created_at Time [optional]
updated_at Time [optional]

Code Sample

require 'Phrase'

instance = Phrase::TeamShort.new(id: null,
                                 name: null,
                                 created_at: null,
                                 updated_at: null)