# Phrase::TeamsSpacesCreateParameters

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **String** | Space ID to add to the Team | [optional] 

## Code Sample

```ruby
require 'Phrase'

instance = Phrase::TeamsSpacesCreateParameters.new(id: a4b3c2d1)
```