Sha256: 25213a6a31aa6d7cddbc9bab82ee5ef03fd57b813dd2d403e86ccd891faa5733

Contents?: true

Size: 800 Bytes

Versions: 51

Compression:

Stored size: 800 Bytes

Contents

# Phrase::GlossaryTermCreateParameters

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**term** | **String** | Glossary term | [optional] 
**description** | **String** | Description of term | [optional] 
**translatable** | **Boolean** | Indicates whether the term should be used for all languages or can be translated | [optional] 
**case_sensitive** | **Boolean** | Indicates whether the term is case sensitive | [optional] 

## Code Sample

```ruby
require 'Phrase'

instance = Phrase::GlossaryTermCreateParameters.new(term: MyCompany,
                                 description: Use this when refering to our company,
                                 translatable: true,
                                 case_sensitive: true)
```


Version data entries

51 entries across 51 versions & 1 rubygems

Version Path
phrase-1.0.11 docs/GlossaryTermCreateParameters.md
phrase-1.0.10 docs/GlossaryTermCreateParameters.md
phrase-1.0.9 docs/GlossaryTermCreateParameters.md
phrase-1.0.8 docs/GlossaryTermCreateParameters.md
phrase-1.0.7 docs/GlossaryTermCreateParameters.md
phrase-1.0.6 docs/GlossaryTermCreateParameters.md
phrase-1.0.5 docs/GlossaryTermCreateParameters.md
phrase-1.0.4 docs/GlossaryTermCreateParameters.md
phrase-1.0.3 docs/GlossaryTermCreateParameters.md
phrase-1.0.2 docs/GlossaryTermCreateParameters.md
phrase-1.0.1 docs/GlossaryTermCreateParameters.md