Sha256: 4950523880a278255d8d8cee3b67d301cb13dea1a05e1d02478df9725c2acb9f

Contents?: true

Size: 970 Bytes

Versions: 21

Compression:

Stored size: 970 Bytes

Contents

# Phrase::TranslationVersion

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **String** |  | [optional] 
**content** | **String** |  | [optional] 
**plural_suffix** | **String** |  | [optional] 
**key** | [**KeyPreview**](KeyPreview.md) |  | [optional] 
**locale** | [**LocalePreview**](LocalePreview.md) |  | [optional] 
**created_at** | **Time** |  | [optional] 
**updated_at** | **Time** |  | [optional] 
**changed_at** | **Time** |  | [optional] 

## Code Sample

```ruby
require 'Phrase'

instance = Phrase::TranslationVersion.new(id: null,
                                 content: null,
                                 plural_suffix: null,
                                 key: null,
                                 locale: null,
                                 created_at: null,
                                 updated_at: null,
                                 changed_at: null)
```


Version data entries

21 entries across 21 versions & 1 rubygems

Version Path
phrase-3.7.1 docs/TranslationVersion.md
phrase-3.7.0 docs/TranslationVersion.md
phrase-3.6.0 docs/TranslationVersion.md
phrase-3.5.0 docs/TranslationVersion.md
phrase-3.4.0 docs/TranslationVersion.md
phrase-3.3.0 docs/TranslationVersion.md
phrase-3.2.1 docs/TranslationVersion.md
phrase-3.2.0 docs/TranslationVersion.md
phrase-3.1.1 docs/TranslationVersion.md
phrase-3.1.0 docs/TranslationVersion.md
phrase-3.0.0 docs/TranslationVersion.md
phrase-2.26.0 docs/TranslationVersion.md
phrase-2.25.0 docs/TranslationVersion.md
phrase-2.24.0 docs/TranslationVersion.md
phrase-2.23.0 docs/TranslationVersion.md
phrase-2.22.2 docs/TranslationVersion.md
phrase-2.22.1 docs/TranslationVersion.md
phrase-2.22.0 docs/TranslationVersion.md
phrase-2.21.0 docs/TranslationVersion.md
phrase-2.20.0 docs/TranslationVersion.md