Sha256: 808ae5467c35df7dd14699fc161ec5804b8db1f43280f8d979ba871b1fd95104

Contents?: true

Size: 800 Bytes

Versions: 64

Compression:

Stored size: 800 Bytes

Contents

# Phrase::GlossaryTermUpdateParameters

## 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::GlossaryTermUpdateParameters.new(term: MyCompany,
                                 description: Use this when refering to our company,
                                 translatable: true,
                                 case_sensitive: true)
```


Version data entries

64 entries across 64 versions & 1 rubygems

Version Path
phrase-1.0.4 docs/GlossaryTermUpdateParameters.md
phrase-1.0.3 docs/GlossaryTermUpdateParameters.md
phrase-1.0.2 docs/GlossaryTermUpdateParameters.md
phrase-1.0.1 docs/GlossaryTermUpdateParameters.md