# Phrase::Space1 ## 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::Space1.new(id: null, name: null, created_at: null, updated_at: null, projects_count: null) ```