Sha256: 70acfdfd202a7930483d0794908eb397155313f869b3cade14de04997acfe86d

Contents?: true

Size: 906 Bytes

Versions: 27

Compression:

Stored size: 906 Bytes

Contents

# Phrase::CurrentUser

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **String** |  | [optional] 
**username** | **String** |  | [optional] 
**name** | **String** |  | [optional] 
**email** | **String** |  | [optional] 
**position** | **String** |  | [optional] 
**language** | **String** |  | [optional] 
**created_at** | **DateTime** |  | [optional] 
**updated_at** | **DateTime** |  | [optional] 

## Code Sample

```ruby
require 'Phrase'

instance = Phrase::CurrentUser.new(id: null,
                                 username: null,
                                 name: null,
                                 email: null,
                                 position: null,
                                 language: null,
                                 created_at: null,
                                 updated_at: null)
```


Version data entries

27 entries across 27 versions & 1 rubygems

Version Path
phrase-2.18.0 docs/CurrentUser.md
phrase-2.17.0 docs/CurrentUser.md
phrase-2.16.0 docs/CurrentUser.md
phrase-2.15.0 docs/CurrentUser.md
phrase-2.14.0 docs/CurrentUser.md
phrase-2.13.0 docs/CurrentUser.md
phrase-2.12.0 docs/CurrentUser.md
phrase-2.11.0 docs/CurrentUser.md
phrase-2.10.0 docs/CurrentUser.md
phrase-2.9.0 docs/CurrentUser.md
phrase-2.8.7 docs/CurrentUser.md
phrase-2.8.3 docs/CurrentUser.md
phrase-2.8.2 docs/CurrentUser.md
phrase-2.8.1 docs/CurrentUser.md
phrase-2.8.0 docs/CurrentUser.md
phrase-2.7.2 docs/CurrentUser.md
phrase-2.7.1 docs/CurrentUser.md
phrase-2.7.0 docs/CurrentUser.md
phrase-2.6.0 docs/CurrentUser.md
phrase-2.5.1 docs/CurrentUser.md