Sha256: 71b7f728b4aa25adf7fbbb2cc95a4a8c152e20a8b2830af5079e33bb4a6d825b
Contents?: true
Size: 1.05 KB
Versions: 13
Compression:
Stored size: 1.05 KB
Contents
# Phrase::ProjectDetails ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **id** | **String** | | [optional] **name** | **String** | | [optional] **slug** | **String** | | [optional] **main_format** | **String** | | [optional] **project_image_url** | **String** | | [optional] **account** | [**Account**](Account.md) | | [optional] **created_at** | **DateTime** | | [optional] **updated_at** | **DateTime** | | [optional] **shares_translation_memory** | **Boolean** | | [optional] ## Code Sample ```ruby require 'Phrase' instance = Phrase::ProjectDetails.new(id: null, name: null, slug: null, main_format: null, project_image_url: null, account: null, created_at: null, updated_at: null, shares_translation_memory: null) ```
Version data entries
13 entries across 13 versions & 1 rubygems