Sha256: 485c4834bd5e0aafc2d6a8357554e7f9c6a83726578811e216dd8876ef34fc7d

Contents?: true

Size: 651 Bytes

Versions: 26

Compression:

Stored size: 651 Bytes

Contents

# Phrase::MemberSpaces

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **String** |  | [optional] 
**name** | **String** |  | [optional] 
**created_at** | **DateTime** |  | [optional] 
**updated_at** | **DateTime** |  | [optional] 
**projects_count** | **Integer** |  | [optional] 

## Code Sample

```ruby
require 'Phrase'

instance = Phrase::MemberSpaces.new(id: null,
                                 name: null,
                                 created_at: null,
                                 updated_at: null,
                                 projects_count: null)
```


Version data entries

26 entries across 26 versions & 1 rubygems

Version Path
phrase-2.5.0 docs/MemberSpaces.md
phrase-2.4.0 docs/MemberSpaces.md
phrase-2.3.1 docs/MemberSpaces.md
phrase-2.3.0 docs/MemberSpaces.md
phrase-2.2.0 docs/MemberSpaces.md
phrase-2.1.0 docs/MemberSpaces.md