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