Sha256: 97ec8762804ec00636fc3700a76c4b570ec30ae8e531f8dc00b9681d4f941c77

Contents?: true

Size: 1.07 KB

Versions: 21

Compression:

Stored size: 1.07 KB

Contents

# Phrase::TranslationVersionWithUser

## 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** | **Time** |  | [optional] 
**updated_at** | **Time** |  | [optional] 
**changed_at** | **Time** |  | [optional] 
**user** | [**UserPreview**](UserPreview.md) |  | [optional] 

## Code Sample

```ruby
require 'Phrase'

instance = Phrase::TranslationVersionWithUser.new(id: null,
                                 content: null,
                                 plural_suffix: null,
                                 key: null,
                                 locale: null,
                                 created_at: null,
                                 updated_at: null,
                                 changed_at: null,
                                 user: null)
```


Version data entries

21 entries across 21 versions & 1 rubygems

Version Path
phrase-2.19.0 docs/TranslationVersionWithUser.md