Sha256: e516cd9bc5ab0f0d4add3fd993e628e0ba7b3cf17216c6bf936271e822a6859c

Contents?: true

Size: 1.43 KB

Versions: 9

Compression:

Stored size: 1.43 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] 

## 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)
```


Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
phrase-2.25.0 docs/TranslationDetails.md
phrase-2.24.0 docs/TranslationDetails.md
phrase-2.23.0 docs/TranslationDetails.md
phrase-2.22.2 docs/TranslationDetails.md
phrase-2.22.1 docs/TranslationDetails.md
phrase-2.22.0 docs/TranslationDetails.md
phrase-2.21.0 docs/TranslationDetails.md
phrase-2.20.0 docs/TranslationDetails.md
phrase-2.19.0 docs/TranslationDetails.md