| Name | Type | Description | Notes |
|---|---|---|---|
| name | String | Name of the glossary | |
| 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] |
require 'phrase'
instance = Phrase::GlossaryCreateParameters.new(name: 'My glossary',
project_ids: 'abcd1234abcd1234abcd1234,abcd1234abcd1234abcd1235',
space_ids: ["abcd1234abcd1234abcd1234","abcd1234abcd1234abcd1235"])