Sha256: 830fcaea8ba2d6970c427ac9b4a67a5a40700d44362162964d2677401c86e022
Contents?: true
Size: 1014 Bytes
Versions: 21
Compression:
Stored size: 1014 Bytes
Contents
# Phrase::TranslationKey ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **id** | **String** | | [optional] **name** | **String** | | [optional] **description** | **String** | | [optional] **name_hash** | **String** | | [optional] **plural** | **Boolean** | | [optional] **tags** | **Array<String>** | | [optional] **data_type** | **String** | | [optional] **created_at** | **Time** | | [optional] **updated_at** | **Time** | | [optional] ## Code Sample ```ruby require 'Phrase' instance = Phrase::TranslationKey.new(id: null, name: null, description: null, name_hash: null, plural: null, tags: null, data_type: null, created_at: null, updated_at: null) ```
Version data entries
21 entries across 21 versions & 1 rubygems