Sha256: f81571bfde38a08d29bfc16f69a19458c72546a4db9de418987388da96171c85

Contents?: true

Size: 789 Bytes

Versions: 11

Compression:

Stored size: 789 Bytes

Contents

# Phrase::GlossaryTermCreateParameters

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**term** | **String** | Glossary term | 
**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

11 entries across 11 versions & 1 rubygems

Version Path
phrase-3.7.1 docs/GlossaryTermCreateParameters.md
phrase-3.7.0 docs/GlossaryTermCreateParameters.md
phrase-3.6.0 docs/GlossaryTermCreateParameters.md
phrase-3.5.0 docs/GlossaryTermCreateParameters.md
phrase-3.4.0 docs/GlossaryTermCreateParameters.md
phrase-3.3.0 docs/GlossaryTermCreateParameters.md
phrase-3.2.1 docs/GlossaryTermCreateParameters.md
phrase-3.2.0 docs/GlossaryTermCreateParameters.md
phrase-3.1.1 docs/GlossaryTermCreateParameters.md
phrase-3.1.0 docs/GlossaryTermCreateParameters.md
phrase-3.0.0 docs/GlossaryTermCreateParameters.md