| 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] |
require 'phrase'
instance = Phrase::Team.new(id: nil,
name: nil,
created_at: nil,
updated_at: nil,
projects: nil,
spaces: nil,
users: nil)