Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 876 Bytes

Team.md

File metadata and controls

29 lines (22 loc) · 876 Bytes

Phrase::Team

Properties

Name Type Description Notes
id String [optional]
name String [optional]
created_at Time [optional]
updated_at Time [optional]
projects Array<Project> [optional]
spaces Array<Space> [optional]
users Array<UserPreview> [optional]

Code Sample

require 'Phrase'

instance = Phrase::Team.new(id: null,
                                 name: null,
                                 created_at: null,
                                 updated_at: null,
                                 projects: null,
                                 spaces: null,
                                 users: null)