Sha256: 423d0913f026b541263dfbdc130aeb1a403b8c6bb9528b9fa22197b8da5ac46d

Contents?: true

Size: 1.22 KB

Versions: 23

Compression:

Stored size: 1.22 KB

Contents

# Phrase::Translation

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **String** |  | [optional] 
**content** | **String** |  | [optional] 
**unverified** | **Boolean** |  | [optional] 
**excluded** | **Boolean** |  | [optional] 
**plural_suffix** | **String** |  | [optional] 
**key** | [**KeyPreview**](KeyPreview.md) |  | [optional] 
**locale** | [**LocalePreview**](LocalePreview.md) |  | [optional] 
**placeholders** | **Array<String>** |  | [optional] 
**state** | **String** |  | [optional] 
**created_at** | **Time** |  | [optional] 
**updated_at** | **Time** |  | [optional] 

## Code Sample

```ruby
require 'Phrase'

instance = Phrase::Translation.new(id: null,
                                 content: null,
                                 unverified: null,
                                 excluded: null,
                                 plural_suffix: null,
                                 key: null,
                                 locale: null,
                                 placeholders: null,
                                 state: null,
                                 created_at: null,
                                 updated_at: null)
```


Version data entries

23 entries across 23 versions & 1 rubygems

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