Sha256: eb559ef5ec22d834daa1b2e02debeceb1521f012721c5fb21023f857c0ff1b85

Contents?: true

Size: 1.58 KB

Versions: 12

Compression:

Stored size: 1.58 KB

Contents

# Phrase::TranslationDetails

## 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] 
**user** | [**UserPreview**](UserPreview.md) |  | [optional] 
**word_count** | **Integer** |  | [optional] 
**linked_translation** | [**TranslationParent**](TranslationParent.md) |  | [optional] 

## Code Sample

```ruby
require 'Phrase'

instance = Phrase::TranslationDetails.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,
                                 user: null,
                                 word_count: null,
                                 linked_translation: null)
```


Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
phrase-3.7.1 docs/TranslationDetails.md
phrase-3.7.0 docs/TranslationDetails.md
phrase-3.6.0 docs/TranslationDetails.md
phrase-3.5.0 docs/TranslationDetails.md
phrase-3.4.0 docs/TranslationDetails.md
phrase-3.3.0 docs/TranslationDetails.md
phrase-3.2.1 docs/TranslationDetails.md
phrase-3.2.0 docs/TranslationDetails.md
phrase-3.1.1 docs/TranslationDetails.md
phrase-3.1.0 docs/TranslationDetails.md
phrase-3.0.0 docs/TranslationDetails.md
phrase-2.26.0 docs/TranslationDetails.md