Sha256: c415c0fa2e928193e1cae814472088c4629fc25cd58d12c60f2a9284ece59675

Contents?: true

Size: 1.23 KB

Versions: 41

Compression:

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

41 entries across 41 versions & 1 rubygems

Version Path
phrase-1.0.1 docs/Translation.md