Sha256: d29eabb3d86f60af4974da3320d045f730f1f0f4f85cce1d5fbc0722444ad89d

Contents?: true

Size: 982 Bytes

Versions: 41

Compression:

Stored size: 982 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** | **DateTime** |  | [optional] 
**updated_at** | **DateTime** |  | [optional] 
**changed_at** | **DateTime** |  | [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

41 entries across 41 versions & 1 rubygems

Version Path
phrase-1.0.1 docs/TranslationVersion.md