# Phrase::TeamsSpacesCreateParameters ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **id** | **String** | Space ID to add to the Team | ## Code Sample ```ruby require 'Phrase' instance = Phrase::TeamsSpacesCreateParameters.new(id: a4b3c2d1) ```