Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 723 Bytes

File metadata and controls

21 lines (14 loc) · 723 Bytes

Phrase::GlossaryCreateParameters

Properties

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]

Code Sample

require 'phrase'

instance = Phrase::GlossaryCreateParameters.new(name: 'My glossary',
                                 project_ids: 'abcd1234abcd1234abcd1234,abcd1234abcd1234abcd1235',
                                 space_ids: ["abcd1234abcd1234abcd1234","abcd1234abcd1234abcd1235"])