# Phrase::GlossaryCreateParameters ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **name** | **String** | Name of the glossary | [optional] **project_ids** | **String** | List of project ids the glossary should be assigned to. | [optional] **space_ids** | **Array<String>** | List of space ids the glossary should be assigned to. | [optional] ## Code Sample ```ruby require 'Phrase' instance = Phrase::GlossaryCreateParameters.new(name: My glossary, project_ids: abcd1234abcd1234abcd1234,abcd1234abcd1234abcd1235, space_ids: ["abcd1234abcd1234abcd1234","abcd1234abcd1234abcd1235"]) ```