Sha256: e61479cf09b485f39b6a553882943c4e0d22483e529b433fb9a67d79dffd9db0

Contents?: true

Size: 663 Bytes

Versions: 5

Compression:

Stored size: 663 Bytes

Contents

# Phrase::MemberSpaces

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **String** |  | [optional] 
**name** | **String** |  | [optional] 
**created_at** | [**AnyType**](.md) |  | [optional] 
**updated_at** | [**AnyType**](.md) |  | [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

5 entries across 5 versions & 1 rubygems

Version Path
phrase-2.0.0 docs/MemberSpaces.md
phrase-1.0.14 docs/MemberSpaces.md
phrase-1.0.13 docs/MemberSpaces.md
phrase-1.0.12 docs/MemberSpaces.md
phrase-1.0.11 docs/MemberSpaces.md