Sha256: 96121fa45d418b23a10dc097c5ab9151a385f3cb8ec9fde172186d3ac8567a7a

Contents?: true

Size: 1022 Bytes

Versions: 41

Compression:

Stored size: 1022 Bytes

Contents

# Phrase::TranslationKey

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **String** |  | [optional] 
**name** | **String** |  | [optional] 
**description** | **String** |  | [optional] 
**name_hash** | **String** |  | [optional] 
**plural** | **Boolean** |  | [optional] 
**tags** | **Array<String>** |  | [optional] 
**data_type** | **String** |  | [optional] 
**created_at** | **DateTime** |  | [optional] 
**updated_at** | **DateTime** |  | [optional] 

## Code Sample

```ruby
require 'Phrase'

instance = Phrase::TranslationKey.new(id: null,
                                 name: null,
                                 description: null,
                                 name_hash: null,
                                 plural: null,
                                 tags: null,
                                 data_type: null,
                                 created_at: null,
                                 updated_at: null)
```


Version data entries

41 entries across 41 versions & 1 rubygems

Version Path
phrase-2.5.0 docs/TranslationKey.md
phrase-2.4.0 docs/TranslationKey.md
phrase-2.3.1 docs/TranslationKey.md
phrase-2.3.0 docs/TranslationKey.md
phrase-2.2.0 docs/TranslationKey.md
phrase-2.1.0 docs/TranslationKey.md
phrase-2.0.0 docs/TranslationKey.md
phrase-1.0.14 docs/TranslationKey.md
phrase-1.0.13 docs/TranslationKey.md
phrase-1.0.12 docs/TranslationKey.md
phrase-1.0.11 docs/TranslationKey.md
phrase-1.0.10 docs/TranslationKey.md
phrase-1.0.9 docs/TranslationKey.md
phrase-1.0.8 docs/TranslationKey.md
phrase-1.0.7 docs/TranslationKey.md
phrase-1.0.6 docs/TranslationKey.md
phrase-1.0.5 docs/TranslationKey.md
phrase-1.0.4 docs/TranslationKey.md
phrase-1.0.3 docs/TranslationKey.md
phrase-1.0.2 docs/TranslationKey.md