Sha256: 49ba9e35bb029d6976fda10c5bdd127bfba71d0a004b0d83b71820bc1d4e5a12
Contents?: true
Size: 778 Bytes
Versions: 21
Compression:
Stored size: 778 Bytes
Contents
# Phrase::ProjectLocales ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **id** | **String** | | [optional] **name** | **String** | | [optional] **main_format** | **String** | | [optional] **created_at** | **DateTime** | | [optional] **updated_at** | **DateTime** | | [optional] **locales** | [**Array<LocalePreview>**](LocalePreview.md) | | [optional] ## Code Sample ```ruby require 'Phrase' instance = Phrase::ProjectLocales.new(id: null, name: null, main_format: null, created_at: null, updated_at: null, locales: null) ```
Version data entries
21 entries across 21 versions & 1 rubygems