Sha256: 808ae5467c35df7dd14699fc161ec5804b8db1f43280f8d979ba871b1fd95104
Contents?: true
Size: 800 Bytes
Versions: 62
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
62 entries across 62 versions & 1 rubygems