Sha256: e0085b5ebc211132d038cdbb18a2b56e5befbea70de90031f23237e3fe69e4c5
Contents?: true
Size: 957 Bytes
Versions: 26
Compression:
Stored size: 957 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] **company_logo_url** | **String** | | [optional] **subscription** | [**Subscription**](Subscription.md) | | [optional] ## Code Sample ```ruby require 'Phrase' instance = Phrase::AccountDetails.new(id: null, name: null, slug: null, company: null, created_at: null, updated_at: null, company_logo_url: null, subscription: null) ```
Version data entries
26 entries across 26 versions & 1 rubygems