Sha256: f43947d32f089fd1303dde0339ac10d0354004802e77571d1fb3fb3caf71ca31
Contents?: true
Size: 724 Bytes
Versions: 13
Compression:
Stored size: 724 Bytes
Contents
# Phrase::AccountDetails ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **id** | **String** | | [optional] **name** | **String** | | [optional] **slug** | **String** | | [optional] **company** | **String** | | [optional] **created_at** | **DateTime** | | [optional] **updated_at** | **DateTime** | | [optional] ## Code Sample ```ruby require 'Phrase' instance = Phrase::AccountDetails.new(id: null, name: null, slug: null, company: null, created_at: null, updated_at: null) ```
Version data entries
13 entries across 13 versions & 1 rubygems