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