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