Sha256: bc36b52ff1c63408758c7dc3e78de1c1176112893683839f96b60bb80de76b73

Contents?: true

Size: 882 Bytes

Versions: 40

Compression:

Stored size: 882 Bytes

Contents

# Phrase::TeamDetail

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **String** |  | [optional] 
**name** | **String** |  | [optional] 
**created_at** | **DateTime** |  | [optional] 
**updated_at** | **DateTime** |  | [optional] 
**projects** | [**Array<Project>**](Project.md) |  | [optional] 
**spaces** | [**Array<Space>**](Space.md) |  | [optional] 
**users** | [**Array<User>**](User.md) |  | [optional] 

## Code Sample

```ruby
require 'Phrase'

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


Version data entries

40 entries across 40 versions & 1 rubygems

Version Path
phrase-2.18.0 docs/TeamDetail.md
phrase-2.17.0 docs/TeamDetail.md
phrase-2.16.0 docs/TeamDetail.md
phrase-2.15.0 docs/TeamDetail.md
phrase-2.14.0 docs/TeamDetail.md
phrase-2.13.0 docs/TeamDetail.md
phrase-2.12.0 docs/TeamDetail.md
phrase-2.11.0 docs/TeamDetail.md
phrase-2.10.0 docs/TeamDetail.md
phrase-2.9.0 docs/TeamDetail.md
phrase-2.8.7 docs/TeamDetail.md
phrase-2.8.3 docs/TeamDetail.md
phrase-2.8.2 docs/TeamDetail.md
phrase-2.8.1 docs/TeamDetail.md
phrase-2.8.0 docs/TeamDetail.md
phrase-2.7.2 docs/TeamDetail.md
phrase-2.7.1 docs/TeamDetail.md
phrase-2.7.0 docs/TeamDetail.md
phrase-2.6.0 docs/TeamDetail.md
phrase-2.5.1 docs/TeamDetail.md